New package: senpai-0.1.0

This commit is contained in:
Kenneth Dodrill 2022-08-10 17:40:47 -05:00 committed by Michal Vasilek
parent ca9cba2849
commit 5f636e5cd5
1 changed files with 23 additions and 0 deletions

23
srcpkgs/senpai/template Normal file
View File

@ -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 <hello@kennydodrill.com>"
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.scd >doc/senpai.1
scdoc <doc/senpai.5.scd >doc/senpai.5
vman doc/senpai.1
vman doc/senpai.5
vlicense LICENSE
}