From 19e6136124ee5da22a86c52cc838fbc71acd5d29 Mon Sep 17 00:00:00 2001 From: Kasper Menten Date: Wed, 3 Oct 2018 14:45:53 +0000 Subject: [PATCH] New package: font-b612-1.003 --- srcpkgs/font-b612/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/font-b612/template diff --git a/srcpkgs/font-b612/template b/srcpkgs/font-b612/template new file mode 100644 index 0000000000..d71878d470 --- /dev/null +++ b/srcpkgs/font-b612/template @@ -0,0 +1,19 @@ +# Template file for 'font-b612' +pkgname=font-b612 +version=1.003 +revision=1 +_commit=bd14fde2544566e620eab106eb8d6f2b7fb1347e +wrksrc="b612-${_commit}" +noarch=yes +depends="font-util" +font_dirs="/usr/share/fonts/TTF" +short_desc="Highly legible font family designed for aircraft cockpit screens" +maintainer="ghost " +license="EPL-1.0" +homepage="http://b612-font.com/" +distfiles="http://git.polarsys.org/c/b612/b612.git/snapshot/b612-${_commit}.tar.gz" +checksum=2e030a1bdf60670ba2dda199a0fef7dd99c3eeee68a6275035f5212c29d78f71 + +do_install() { + install -Dm644 TTF/* -t ${DESTDIR}/${font_dirs} +} \ No newline at end of file