diff --git a/srcpkgs/senpai/template b/srcpkgs/senpai/template new file mode 100644 index 00000000000..422f15731e2 --- /dev/null +++ b/srcpkgs/senpai/template @@ -0,0 +1,23 @@ +# Template file for 'senpai' +pkgname=senpai +version=0.1.0 +revision=1 +wrksrc="${pkgname}-v${version}" +build_style=go +go_import_path="git.sr.ht/~taiite/senpai" +go_package="./cmd/senpai" +hostmakedepends="scdoc" +short_desc="IRC client that works best with bouncers" +maintainer="Kenneth Dodrill " +license="ISC" +homepage="https://git.sr.ht/~taiite/senpai" +distfiles="https://git.sr.ht/~taiite/senpai/archive/v${version}.tar.gz" +checksum=98e1f16ed97433e1e8c8bdabac1cac1920ddcab90e6cef36d8817a41b45a94ff + +post_install() { + scdoc doc/senpai.1 + scdoc doc/senpai.5 + vman doc/senpai.1 + vman doc/senpai.5 + vlicense LICENSE +}