From a4e363603c8992ee7daa48603a1d461929a40aa4 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 | 17 +++++++++++++++++ 1 file changed, 17 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..35afc8ab15c0 --- /dev/null +++ b/srcpkgs/ascii-image-converter/template @@ -0,0 +1,17 @@ +# Template file for 'ascii-image-converter' +pkgname=ascii-image-converter +version=1.11.0 +revision=1 +build_style=go +go_import_path=github.com/TheZoraiz/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 +distfiles=https://github.com/TheZoraiz/ascii-image-converter/archive/refs/tags/v$version.tar.gz +checksum=07cdc3eef3c9549c1a370ce8fcfa43510e3b99fecc4bd8aa11827f2cf4a2365e + +pre_install() { + vlicense LICENSE.txt + vdoc README.md +}