diff --git a/srcpkgs/kirc/template b/srcpkgs/kirc/template new file mode 100644 index 00000000000..97f38779d65 --- /dev/null +++ b/srcpkgs/kirc/template @@ -0,0 +1,15 @@ +# Template file for 'kirc' +pkgname=kirc +version=0.2.6 +revision=1 +build_style=gnu-makefile +short_desc="Tiny IRC client written in POSIX C99" +maintainer="notthewave " +license="MIT" +homepage="http://kirc.io" +distfiles="https://github.com/mcpcpc/${pkgname}/archive/refs/tags/${version}.tar.gz" +checksum=ed189f0553c148c4fff9a43b4433d861d2fde9b53c7b96eb9b29ef6b07229720 + +post_install() { + vlicense LICENSE +}