From 68b14dcb07946b876125743e754c5b906eaa1090 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nade=C5=ADka?= Date: Sun, 1 May 2022 19:39:41 +0300 Subject: [PATCH] New package: ascii-image-converter-1.11.0 --- srcpkgs/ascii-image-converter/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/ascii-image-converter/template diff --git a/srcpkgs/ascii-image-converter/template b/srcpkgs/ascii-image-converter/template new file mode 100644 index 000000000000..e017b5d7ebb3 --- /dev/null +++ b/srcpkgs/ascii-image-converter/template @@ -0,0 +1,19 @@ +# Template file for 'ascii-image-converter' +pkgname='ascii-image-converter' +short_desc='Tool to convert images into ascii art and braille art' +maintainer='Nadeŭka ' +license='Apache-2.0' +homepage='https://github.com/TheZoraiz/ascii-image-converter' +revision='1' + +version='1.11.0' +checksum='07cdc3eef3c9549c1a370ce8fcfa43510e3b99fecc4bd8aa11827f2cf4a2365e' + +build_style='go' +distfiles="https://github.com/TheZoraiz/ascii-image-converter/archive/refs/tags/v$version.tar.gz" +go_import_path='github.com/TheZoraiz/ascii-image-converter' + +pre_install() { + vlicense LICENSE.txt + vdoc README.md +}