diff --git a/srcpkgs/ensure-access/template b/srcpkgs/ensure-access/template new file mode 100644 index 00000000000..b5187c8bb4f --- /dev/null +++ b/srcpkgs/ensure-access/template @@ -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 " +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 +}