16 lines
470 B
Bash
16 lines
470 B
Bash
# Template file for 'ircdog'
|
|
pkgname=ircdog
|
|
version=0.3.0
|
|
revision=1
|
|
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=ea58a3fb081e438eae834ed7a812cc7640e7d3440c3615b814b880fef0eab5f6
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|