From 54bb15005dfaa0bbac574a3e19612f424e3007f3 Mon Sep 17 00:00:00 2001 From: notthewave <74874782+notthewave@users.noreply.github.com> Date: Thu, 20 May 2021 19:40:54 +0200 Subject: [PATCH 1/2] Added new package: kirc kiss irc client --- srcpkgs/kirc/template | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 srcpkgs/kirc/template diff --git a/srcpkgs/kirc/template b/srcpkgs/kirc/template new file mode 100644 index 000000000000..36c94d18ce76 --- /dev/null +++ b/srcpkgs/kirc/template @@ -0,0 +1,11 @@ +# Template file for 'kirc' +pkgname=kirc +version=0.2.6 +revision=1 +build_style=gnu-makefile +short_desc="A tiny IRC client written in POSIX C99" +maintainer="notthewave " +license="MIT" +homepage="https://github.com/mcpcpc/kirc" +distfiles="https://github.com/mcpcpc/${pkgname}/archive/refs/tags/${version}.tar.gz" +checksum=ed189f0553c148c4fff9a43b4433d861d2fde9b53c7b96eb9b29ef6b07229720 From ae2c4491e583d3872cbeb9fd9e96ec82caddda00 Mon Sep 17 00:00:00 2001 From: notthewave <74874782+notthewave@users.noreply.github.com> Date: Thu, 20 May 2021 21:03:44 +0200 Subject: [PATCH 2/2] Update template --- srcpkgs/kirc/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kirc/template b/srcpkgs/kirc/template index 36c94d18ce76..7b2e6b5faf11 100644 --- a/srcpkgs/kirc/template +++ b/srcpkgs/kirc/template @@ -3,9 +3,13 @@ pkgname=kirc version=0.2.6 revision=1 build_style=gnu-makefile -short_desc="A tiny IRC client written in POSIX C99" +short_desc="Tiny IRC client written in POSIX C99" maintainer="notthewave " license="MIT" -homepage="https://github.com/mcpcpc/kirc" +homepage="http://kirc.io" distfiles="https://github.com/mcpcpc/${pkgname}/archive/refs/tags/${version}.tar.gz" checksum=ed189f0553c148c4fff9a43b4433d861d2fde9b53c7b96eb9b29ef6b07229720 + +post_install() { + vlicense LICENSE +}