New package: mountain-backup-0.2.0

This commit is contained in:
Noah Huppert 2019-04-09 23:22:40 -04:00 committed by maxice8
parent ff0cfaea74
commit 69d1ff1b82
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# 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
}