23 lines
625 B
Bash
23 lines
625 B
Bash
# Template file for 'senpai'
|
|
pkgname=senpai
|
|
version=0.2.0
|
|
revision=2
|
|
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="Emil Miler <em@0x45.cz>"
|
|
license="ISC"
|
|
homepage="https://git.sr.ht/~taiite/senpai"
|
|
distfiles="https://git.sr.ht/~taiite/senpai/archive/v${version}.tar.gz"
|
|
checksum=9786fd83f3e1067549c3c88455a1f66ec66d993fe597cee334d217a5d1cf4803
|
|
|
|
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
|
|
}
|