New package: ensure-access-0.1.0

This commit is contained in:
Noah Huppert 2019-03-13 03:21:51 -04:00 committed by maxice8
parent 38092e7df1
commit 6daf92bad0
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# Template file for 'ensure-access'
pkgname=ensure-access
version=0.1.0
revision=1
build_style=go
go_import_path=github.com/Noah-Huppert/ensure-access
hostmakedepends="git"
short_desc="Tool which ensures permissions exists for files and directories"
maintainer="Noah Huppert <contact@noahh.io>"
license="MIT"
homepage="https://github.com/Noah-Huppert/ensure-access"
distfiles="https://github.com/Noah-Huppert/ensure-access/archive/v${version}.tar.gz"
checksum=6bc6dace2aa7b808927e73e8270c7e497be386a60e3ede282cdaf8419b6bd8b5
post_install() {
vlicense LICENSE
}