From 6aa79a1a095425646462ae6fcf55cfc2fe4186a1 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Wed, 27 Nov 2019 12:20:28 -0500 Subject: [PATCH] New package: trident-icons-2019.10.12_1 --- srcpkgs/trident-icons/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/trident-icons/template diff --git a/srcpkgs/trident-icons/template b/srcpkgs/trident-icons/template new file mode 100644 index 00000000000..1296ce5f465 --- /dev/null +++ b/srcpkgs/trident-icons/template @@ -0,0 +1,16 @@ +# Template file for 'trident-icons' +pkgname=trident-icons +version=2019.10.12 +revision=1 +archs=noarch +short_desc="Icon themes from Project Trident" +maintainer="Ken Moore " +license="MIT,GPL-3.0-only" +homepage="https://github.com/project-trident/trident-icons" +distfiles="https://github.com/project-trident/trident-icons/archive/v${version}.tar.gz" +checksum="34a5a3fb9e2ead18c0a9532516b2551c9280378904e812a0481fa4305b39785e" + +do_install() { + ./install-local.sh "${DESTDIR}/usr/share/icons" + vlicense LICENSE +}