New package: ensure-access-0.1.0
This commit is contained in:
parent
38092e7df1
commit
6daf92bad0
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue