From 65ab14b3d8e7cb2bdf632c7e445c8876749d04a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nade=C5=ADka?= Date: Sat, 30 Apr 2022 17:54:59 +0300 Subject: [PATCH 1/2] New package: klfc-1.5.7 --- srcpkgs/klfc/template | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 srcpkgs/klfc/template diff --git a/srcpkgs/klfc/template b/srcpkgs/klfc/template new file mode 100644 index 000000000000..c2b3658f4ff5 --- /dev/null +++ b/srcpkgs/klfc/template @@ -0,0 +1,28 @@ +# Template file for 'klfc' +pkgname='klfc' +short_desc='Keyboard layout files creator' +maintainer='Nadeŭka ' +license='GPL-3.0-or-later' +homepage='https://github.com/39aldo39/klfc' +revision='1' + +version='1.5.7' +checksum='712851d448beb2301cd60f6c04a557f007eb59731fb481e41f7755b41da4f519' + +distfiles="https://github.com/39aldo39/klfc/releases/download/v$version/klfc-linux-amd64-v1.5.7.zip>v$version.zip" +nopie_files='/usr/bin/klfc' +python_version='3' + +do_extract() { + bsdtar -xf $XBPS_SRCDISTDIR/${wrksrc##*/}/v$version.zip +} + +do_install() { + vbin klfc + vdoc README.md + vlicense LICENSE.txt + + for i in doc/* examples; do + vcopy $i usr/share/doc/$pkgname + done +} From 3c38b520ffc87e857d7aaad5eec63fc2bd1f2b1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nade=C5=ADka?= Date: Sat, 30 Apr 2022 17:56:54 +0300 Subject: [PATCH 2/2] New package: ascii-image-converter-1.11.0 --- srcpkgs/ascii-image-converter/template | 23 +++++++++++++++++++++++ 1 file changed, 23 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..3ffd4ff40f2c --- /dev/null +++ b/srcpkgs/ascii-image-converter/template @@ -0,0 +1,23 @@ +# 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='17f87445971fdb491c6ca9d4beed67044a330339b47775adffb8e3cb898ec15d' + +distfiles="https://github.com/TheZoraiz/ascii-image-converter/releases/download/v$version/ascii-image-converter_Linux_amd64_64bit.tar.gz>v$version.tar.gz" +nopie='/usr/bin/ascii-image-converter' + +do_extract() { + bsdtar --strip-components 1 -xf $XBPS_SRCDISTDIR/${wrksrc##*/}/v$version.tar.gz +} + +do_install() { + vbin ascii-image-converter + vlicense LICENSE.txt + vdoc README.md +}