# Template file for 'senpai'
pkgname=senpai
version=0.5.0
revision=1
build_style=go
go_import_path="git.sr.ht/~delthas/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/~delthas/senpai/"
changelog="https://git.sr.ht/~delthas/senpai/refs"
distfiles="https://git.sr.ht/~delthas/senpai/archive/v${version}.tar.gz"
checksum=1793259dca5321f1365cae9d24316d5d4cd01df648d895eaa03eacb49f433db8

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
}
