17 lines
508 B
Bash
17 lines
508 B
Bash
|
# 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
|
||
|
}
|