diff --git a/srcpkgs/ircdog/template b/srcpkgs/ircdog/template new file mode 100644 index 0000000000..e26b035a13 --- /dev/null +++ b/srcpkgs/ircdog/template @@ -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 " +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 +}