From 1edd3c10aecbeabfcc647fb5f153e28a180d20f4 Mon Sep 17 00:00:00 2001 From: Barbaross Date: Tue, 1 Feb 2022 19:00:15 -0500 Subject: [PATCH 1/2] New Package: lyrics-in-terminal-1.4.2 --- srcpkgs/lyrics-in-terminal/template | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 srcpkgs/lyrics-in-terminal/template diff --git a/srcpkgs/lyrics-in-terminal/template b/srcpkgs/lyrics-in-terminal/template new file mode 100644 index 000000000000..9d4fd60f2285 --- /dev/null +++ b/srcpkgs/lyrics-in-terminal/template @@ -0,0 +1,14 @@ +# Template file for 'lyrics-in-terminal' +pkgname=lyrics-in-terminal +version=1.4.2 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3 python3-dbus" +short_desc="Ncurses application to view lyrics of the current playing song" +maintainer="Cullen Ross " +license="MIT" +homepage="https://github.com/Jugran/lyrics-in-terminal" +distfiles="${PYPI_SITE}/l/lyrics-in-terminal/lyrics-in-terminal-${version}.tar.gz" +checksum=f5e809f8d48eb7ce0faa1a3010b361bf135ec17f463077d70868b5e392c1fe2e + From 781718a80c7b79d894a54bd47d7d6766bd6ec86f Mon Sep 17 00:00:00 2001 From: Barbaross Date: Tue, 1 Feb 2022 19:13:04 -0500 Subject: [PATCH 2/2] New Package: lyrics-in-terminal-1.4.2 --- srcpkgs/lyrics-in-terminal/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/lyrics-in-terminal/template b/srcpkgs/lyrics-in-terminal/template index 9d4fd60f2285..b4d8ccfa0ec1 100644 --- a/srcpkgs/lyrics-in-terminal/template +++ b/srcpkgs/lyrics-in-terminal/template @@ -4,7 +4,8 @@ version=1.4.2 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3 python3-dbus" +depends="python3-dbus" +checkdepends="$depends" short_desc="Ncurses application to view lyrics of the current playing song" maintainer="Cullen Ross " license="MIT" @@ -12,3 +13,6 @@ homepage="https://github.com/Jugran/lyrics-in-terminal" distfiles="${PYPI_SITE}/l/lyrics-in-terminal/lyrics-in-terminal-${version}.tar.gz" checksum=f5e809f8d48eb7ce0faa1a3010b361bf135ec17f463077d70868b5e392c1fe2e +post_install() { + vlicense LICENSE +}