18 lines
552 B
Bash
18 lines
552 B
Bash
# Template file for 'ircdog'
|
|
pkgname=ircdog
|
|
version=0.5.1
|
|
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"
|
|
changelog="https://raw.githubusercontent.com/ergochat/ircdog/master/CHANGELOG.md"
|
|
distfiles="https://github.com/ergochat/ircdog/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=04d41168329523b44fe77a28d0aca83c60cdee913e8ee9abf5901de5fed4aa4a
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|