23 lines
643 B
Bash
23 lines
643 B
Bash
# Template file for 'senpai'.
|
|
pkgname=senpai
|
|
version=0.1.0
|
|
revision=1
|
|
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
|
|
}
|