blob: 1d5eb4e757fa7f1592fcdfe5833b3081d66c14f9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= flatery-icon-themes
DISTVERSION= 2022-01-17
CATEGORIES= x11-themes
MAINTAINER= Alexander88207@protonmail.com
COMMENT= Flatery is an icon theme for linux in flat style
WWW= https://github.com/cbrnix/Flatery
LICENSE= CC-BY-NC-SA-3.0
USE_GITHUB= yes
GH_ACCOUNT= cbrnix
GH_PROJECT= Flatery
GH_TAGNAME= 59ebcf4cb7a68
NO_ARCH= yes
NO_BUILD= yes
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/share/icons
${CP} -R ${WRKSRC}/Flatery* ${STAGEDIR}${PREFIX}/share/icons
.include <bsd.port.mk>
|