void-packages/srcpkgs/mountain-backup/template
2019-04-10 02:41:59 -03:00

18 lines
526 B
Bash

# Template file for 'mountain-backup'
pkgname=mountain-backup
version=0.2.0
revision=1
build_style=go
go_import_path=github.com/Noah-Huppert/mountain-backup
hostmakedepends="git"
short_desc="File backup tool"
maintainer="Noah Huppert <contact@noahh.io>"
license="MIT"
homepage="https://github.com/Noah-Huppert/mountain-backup"
distfiles="https://github.com/Noah-Huppert/mountain-backup/archive/v${version}.tar.gz"
checksum=c01d790c16029a083b2c87541506dfae73c1f78674ae7a3c9a0a8183f11f0725
post_install() {
vlicense LICENSE
}