New package: ircdog-0.3.0
This commit is contained in:
parent
d670e016fa
commit
6437200344
1 changed files with 16 additions and 0 deletions
16
srcpkgs/ircdog/template
Normal file
16
srcpkgs/ircdog/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue