New package: senpai-0.1.0
This commit is contained in:
parent
ca9cba2849
commit
5f636e5cd5
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue