blocky debug
This commit is contained in:
parent
93e6192153
commit
1a2890f7a9
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= blocky
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.19
|
||||
DISTVERSION= 0.21
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= dns
|
||||
#MASTER_SITES= https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/${DISTVERSIONFULL}/:gomod
|
||||
|
@ -24,7 +24,9 @@ GO_BUILDFLAGS= -ldflags "-w -s \
|
|||
SUB_FILES= pkg-message
|
||||
|
||||
do-extract:
|
||||
git clone https://git.dynatron.me/amigan/blocky.git work/blocky-v0.19
|
||||
git clone https://git.dynatron.me/amigan/blocky.git work/blocky-v0.21
|
||||
cd work/blocky-v0.21
|
||||
git switch debug
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${FILESDIR}/blocky-config.yml.sample ${STAGEDIR}${PREFIX}/etc/blocky-config.yml.sample
|
||||
|
|
Loading…
Reference in a new issue