16 lines
517 B
Bash
16 lines
517 B
Bash
# Template file for 'trident-icons'
|
|
pkgname=trident-icons
|
|
version=2020.03.27
|
|
revision=2
|
|
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=bab7fd095c23f89f7f586f0b8cac6d99119003a4e76a27f08594cf0f46953bec
|
|
|
|
do_install() {
|
|
./install-local.sh "${DESTDIR}/usr/share/icons"
|
|
vlicense LICENSE
|
|
}
|