New package: microhookd-0.0.1

This commit is contained in:
Michael Aldridge 2018-02-26 22:51:08 -08:00
parent d7fdc4bb38
commit b188148e18

View file

@ -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 <maldridge@VoidLinux.eu>"
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
}