New package: ircdog-0.3.0

This commit is contained in:
0x5c 2022-03-22 03:15:35 -04:00 committed by Leah Neukirchen
parent d670e016fa
commit 6437200344

16
srcpkgs/ircdog/template Normal file
View file

@ -0,0 +1,16 @@
# 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
}