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 +}