void-packages/srcpkgs/trident-icons/template
2019-12-01 12:23:37 +01:00

16 lines
532 B
Bash

# 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 <ken@project-trident.org>"
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
}