|
Lines 5-11
Link Here
|
| 5 |
PORTVERSION= 0.7.1 |
5 |
PORTVERSION= 0.7.1 |
| 6 |
DISTVERSIONPREFIX= v |
6 |
DISTVERSIONPREFIX= v |
| 7 |
CATEGORIES= www |
7 |
CATEGORIES= www |
| 8 |
MASTER_SITES= http://ports.toco-domains.de/ |
8 |
MASTER_SITES= https://gitlab.com/gitlab-org/${PORTNAME}/repository/archive.tar.gz?ref=${DISTVERSIONPREFIX}${PORTVERSION}&dummy=/ |
| 9 |
|
9 |
|
| 10 |
MAINTAINER= ports@toco-domains.de |
10 |
MAINTAINER= ports@toco-domains.de |
| 11 |
COMMENT= Smart reverse proxy for GitLab |
11 |
COMMENT= Smart reverse proxy for GitLab |
|
Lines 20-25
Link Here
|
| 20 |
bin/gitlab-zip-metadata |
20 |
bin/gitlab-zip-metadata |
| 21 |
PLIST_DIRS= %%WWWDIR%% |
21 |
PLIST_DIRS= %%WWWDIR%% |
| 22 |
|
22 |
|
|
|
23 |
post-extract: |
| 24 |
@${MV} ${WRKDIR}/${DISTNAME}-* ${WRKDIR}/${DISTNAME} |
| 25 |
|
| 23 |
post-install: |
26 |
post-install: |
| 24 |
${MKDIR} ${STAGEDIR}${PREFIX}/www/${PORTNAME} |
27 |
${MKDIR} ${STAGEDIR}${PREFIX}/www/${PORTNAME} |
| 25 |
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gitlab-workhorse |
28 |
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gitlab-workhorse |