diff --git a/srcpkgs/microhookd/template b/srcpkgs/microhookd/template new file mode 100644 index 00000000000..a0447459e3e --- /dev/null +++ b/srcpkgs/microhookd/template @@ -0,0 +1,16 @@ +# Template file for 'microhookd' +pkgname=microhookd +version=0.0.1 +revision=1 +build_style=go +go_import_path=github.com/the-maldridge/microhookd +short_desc="Simplest possible webhook daemon" +maintainer="Michael Aldridge " +license="MIT" +homepage="https://github.com/the-maldridge/microhookd" +distfiles="https://github.com/the-maldridge/microhookd/archive/v${version}.tar.gz" +checksum=da8cce688db7b60a6d16375727aceac33c69a0a74841f655979080ea41f2d70b + +post_install() { + vlicense LICENSE +}