From 9f97a082c4d7139afae426700eea44f8e1a511f7 Mon Sep 17 00:00:00 2001 From: xaltsc <41400742+xaltsc@users.noreply.github.com> Date: Tue, 24 Jul 2018 20:28:20 +0200 Subject: [PATCH] New package: font-kakwafont-0.1.1 (#1159) --- srcpkgs/font-kakwafont/template | 19 +++++++++++++++++++ srcpkgs/font-kakwafont/update | 2 ++ 2 files changed, 21 insertions(+) create mode 100644 srcpkgs/font-kakwafont/template create mode 100644 srcpkgs/font-kakwafont/update diff --git a/srcpkgs/font-kakwafont/template b/srcpkgs/font-kakwafont/template new file mode 100644 index 00000000000..8c0d686b353 --- /dev/null +++ b/srcpkgs/font-kakwafont/template @@ -0,0 +1,19 @@ +# Template file for 'font-kakwafont' +pkgname=font-kakwafont +version=0.1.1 +revision=1 +wrksrc="kakwafont-${version}" +build_style=gnu-makefile +make_install_args="INDEX=true" +hostmakedepends="bdftopcf mkfontdir" +short_desc="Another 12px monospace bitmap font" +maintainer="xaltsc " +license="OFL-1.1" +homepage="https://github.com/kakwa/kakwafont" +distfiles="https://github.com/kakwa/kakwafont/archive/${version}.tar.gz" +checksum=73643ab99029641ff551d41bc83d9b7d8623a2dd49275b0183ef91a57b22426b + + +post_install() { + vlicense LICENSE +} diff --git a/srcpkgs/font-kakwafont/update b/srcpkgs/font-kakwafont/update new file mode 100644 index 00000000000..6219435c650 --- /dev/null +++ b/srcpkgs/font-kakwafont/update @@ -0,0 +1,2 @@ +site=https://github.com/kakwa/kakwafont/releases/ +pattern='releases/tag/\K[\d.]+'