mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
New package: microhookd-0.0.1
This commit is contained in:
parent
d7fdc4bb38
commit
b188148e18
1 changed files with 16 additions and 0 deletions
16
srcpkgs/microhookd/template
Normal file
16
srcpkgs/microhookd/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue