17 lines
470 B
Bash
17 lines
470 B
Bash
# Template file for 'ircdog'
|
|
pkgname=ircdog
|
|
version=0.4.0
|
|
revision=2
|
|
build_style=go
|
|
go_import_path="github.com/ergochat/ircdog"
|
|
short_desc="Simple wrapper over the raw IRC protocol"
|
|
maintainer="0x5c <dev@0x5c.io>"
|
|
license="ISC"
|
|
homepage="https://github.com/ergochat/ircdog"
|
|
distfiles="https://github.com/ergochat/ircdog/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=7078dad0844a7f7578a95a410ed88f1aafe34384ba7090f14a6021eb7029068b
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|