blob: 388c329a5917380a480142e8dc970ce86c8d7f43 (
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
24
25
26
27
28
|
# Created by: Alexander Vereeken <Alexander88207@protonmail.com>
PORTNAME= flatery-icon-themes
DISTVERSION= 2021-02-27
CATEGORIES= x11-themes
MAINTAINER= Alexander88207@protonmail.com
COMMENT= Flatery is an icon theme for linux in flat style
LICENSE= CC-BY-NC-SA-3.0
USE_GITHUB= yes
GH_ACCOUNT= cbrnix
GH_PROJECT= Flatery
GH_TAGNAME= 83cb603
NO_ARCH= yes
NO_BUILD= yes
post-patch:
${RM} ${WRKSRC}/.directory \
${WRKSRC}/README.md \
${WRKSRC}/cover.png
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/share/icons
${CP} -R ${WRKSRC}/* ${STAGEDIR}${PREFIX}/share/icons
.include <bsd.port.mk>
|