From d4bde41ca309c208b3c4ad02f6b3ad1246ccb80b Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Fri, 25 Mar 2022 11:30:25 +0100 Subject: [PATCH 1/2] New package: ansifilter-2.18 --- srcpkgs/ansifilter/template | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 srcpkgs/ansifilter/template diff --git a/srcpkgs/ansifilter/template b/srcpkgs/ansifilter/template new file mode 100644 index 000000000000..f878340d32a3 --- /dev/null +++ b/srcpkgs/ansifilter/template @@ -0,0 +1,11 @@ +# Template file for 'ansifilter' +pkgname=ansifilter +version=2.18 +revision=1 +build_style=gnu-makefile +short_desc="remove or convert ANSI codes to another format." +maintainer="Eloi Torrents " +license="GPL-3.0-only" +homepage="https://gitlab.com/saalen/ansifilter" +distfiles="http://www.andre-simon.de/zip/${pkgname}-${version}.tar.bz2" +checksum=66cf017d36a43d5f6ae20609ce3b58647494ee6c0e41fc682c598bffce7d7d39 From 68284f0fd47a65c70e7ab9609d505eb82e0f34de Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Fri, 25 Mar 2022 15:01:03 +0100 Subject: [PATCH 2/2] New package: python3-youtube-search-python-1.6.3 --- srcpkgs/python3-youtube-search-python/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/python3-youtube-search-python/template diff --git a/srcpkgs/python3-youtube-search-python/template b/srcpkgs/python3-youtube-search-python/template new file mode 100644 index 000000000000..c1456c526aa0 --- /dev/null +++ b/srcpkgs/python3-youtube-search-python/template @@ -0,0 +1,18 @@ +# Template file for 'python3-youtube-search-python' +pkgname=python3-youtube-search-python +version=1.6.3 +revision=1 +wrksrc="youtube-search-python-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3 python3-httpx" +short_desc="Search for YouTube videos, channels & playlists." +maintainer="Eloi Torrents " +license="MIT" +homepage="https://github.com/alexmercerind/youtube-search-python" +distfiles="https://github.com/alexmercerind/youtube-search-python/archive/v${version}.tar.gz" +checksum=bdb34757c5e390c4d20989d04317acbceffa94293693cbeecb493b079440dbd3 + +post_install() { + vlicense LICENSE +}