From ab3f61a224f9a26c0a719e6e796091397a9b66a4 Mon Sep 17 00:00:00 2001 From: Barbaross Date: Tue, 1 Feb 2022 19:00:15 -0500 Subject: [PATCH] New Package: lyrics-in-terminal-1.4.2 --- srcpkgs/lyrics-in-terminal/files/LICENSE | 21 +++++++++++++++++++++ srcpkgs/lyrics-in-terminal/template | 18 ++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 srcpkgs/lyrics-in-terminal/files/LICENSE create mode 100644 srcpkgs/lyrics-in-terminal/template diff --git a/srcpkgs/lyrics-in-terminal/files/LICENSE b/srcpkgs/lyrics-in-terminal/files/LICENSE new file mode 100644 index 000000000000..46959ccd7c79 --- /dev/null +++ b/srcpkgs/lyrics-in-terminal/files/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2019 Samarth Jugran + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/srcpkgs/lyrics-in-terminal/template b/srcpkgs/lyrics-in-terminal/template new file mode 100644 index 000000000000..ab774f40a0e1 --- /dev/null +++ b/srcpkgs/lyrics-in-terminal/template @@ -0,0 +1,18 @@ +# 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-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 +make_check=no # none defined + +post_install() { + vlicense ${FILESDIR}/LICENSE +}