diff options
author | nia <nia@pkgsrc.org> | 2019-10-20 13:14:46 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-10-20 13:14:46 +0000 |
commit | db6a5024efea5e56555806e8242d99177d139dfd (patch) | |
tree | c6843f55ba126cea53ea9ba2566b89ed7da00fb0 /graphics/luv-icon-theme/Makefile | |
parent | dd47a96f675c54ecb2fd88a118184ee23de9510d (diff) | |
download | pkgsrc-db6a5024efea5e56555806e8242d99177d139dfd.tar.gz |
Add graphics/luv-icon-theme.
Luv is the spiritual successor to Flattr, a flat but complex icon theme for
freedesktop environments.
Diffstat (limited to 'graphics/luv-icon-theme/Makefile')
-rw-r--r-- | graphics/luv-icon-theme/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/luv-icon-theme/Makefile b/graphics/luv-icon-theme/Makefile new file mode 100644 index 00000000000..dc91930a416 --- /dev/null +++ b/graphics/luv-icon-theme/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1 2019/10/20 13:14:46 nia Exp $ + +DISTNAME= luv-icon-theme-0.4.9.31 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_GITHUB:=Nitrux/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/Nitrux/luv-icon-theme +COMMENT= Flat but complex icon theme +LICENSE= cc-by-sa-v4.0 + +USE_TOOLS+= pax +USE_LANGAUGES= # none +NO_BUILD= yes + +ICON_THEMES= yes + +do-install: + cd ${WRKSRC}/Luv && \ + ${PAX} -rw -pp . ${DESTDIR}${PREFIX}/share/icons/Luv + +.include "../../mk/bsd.pkg.mk" |