blob: 1f2872c223458110dee131a0c70f43d63cd8ac90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# Created by: Alexander Vereeken <Alexander88207@protonmail.com>
PORTNAME= qogir-icon-themes
DISTVERSION= 2021-07-14
CATEGORIES= x11-themes
MAINTAINER= Alexander88207@protonmail.com
COMMENT= Flat colorful design icon theme for linux desktops
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= bash>0:shells/bash \
gsed:textproc/gsed
USES= shebangfix
SHEBANG_FILES= install.sh
INSTALLS_ICONS= yes
USE_GITHUB= yes
GH_ACCOUNT= vinceliuice
GH_PROJECT= Qogir-icon-theme
NO_ARCH= yes
NO_BUILD= yes
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons
${WRKSRC}/install.sh -d ${STAGEDIR}${PREFIX}/share/icons
.include <bsd.port.mk>
|