From ae9255855676ca9ff7a969f52da5044981ad4cf3 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Mon, 14 May 2018 06:44:48 -0500 Subject: [PATCH] New package: catimg-2.4.0 Closes #15. Signed-off-by: Enno Boland --- srcpkgs/catimg/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/catimg/template diff --git a/srcpkgs/catimg/template b/srcpkgs/catimg/template new file mode 100644 index 0000000000..651e25b7b7 --- /dev/null +++ b/srcpkgs/catimg/template @@ -0,0 +1,15 @@ +# Template file for 'catimg' +pkgname=catimg +version=2.4.0 +revision=1 +build_style=cmake +short_desc="Insanely fast image printing in your terminal" +maintainer="Andrew Benson " +license="MIT" +homepage="https://github.com/posva/catimg" +distfiles="https://github.com/posva/catimg/archive/v${version}.tar.gz" +checksum=3eb475a9463976362470b4aad09442ff1157723e3fc342b125b4b41a055e8fe7 + +post_install() { + vlicense LICENSE +}