signify: update to 29.

This commit is contained in:
mobinmob 2020-03-07 12:18:47 +02:00 committed by Juan RP
parent ace02dd237
commit 4268ce2196
2 changed files with 2 additions and 36 deletions

View file

@ -1,33 +0,0 @@
diff --git a/Makefile b/Makefile
index 36fc5c6..b53744b 100644
--- a/Makefile
+++ b/Makefile
@@ -162,10 +162,12 @@ CFLAGS += $(SECCOMP_CFLAGS) -pthread
LDFLAGS += $(SECCOMP_LIBS) -pthread
S += libwaive/waive.c
+ifneq ($(wildcard .gitmodules),)
libwaive/waive.c: .gitmodules
git submodule init && git submodule update libwaive
touch $@
endif
+endif
ifeq ($(strip $(VERIFY_ONLY)),)
S += ohash.c
@@ -230,6 +232,7 @@ install: signify signify.1.gz
.PHONY: install
+ifneq ($(wildcard .git/),)
GIT_TAG = $(shell git describe --tags HEAD)
dist: T := $(GIT_TAG)
dist: V := $(patsubst v%,%,$T)
@@ -238,6 +241,7 @@ dist:
xz -f9 signify-$V.tar
.PHONY: dist
+endif
check: signify
@sh regress/run

View file

@ -1,7 +1,7 @@
# Template file for 'signify'
pkgname=signify
reverts="20141230_3 20141230_2 20141230_1"
version=28
version=29
revision=1
build_style=gnu-makefile
make_build_args="BZERO=bundled"
@ -12,8 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="ISC"
homepage="http://www.tedunangst.com/flak/post/signify"
distfiles="https://github.com/aperezdc/signify/releases/download/v${version}/signify-${version}.tar.xz"
checksum=b841f3862aefd04a70cb3f33e1ac08576adb74772d5a462ad85d5d481f386917
patch_args="-Np1"
checksum=a9c1c3c2647359a550a4a6d0fb7b13cbe00870c1b7e57a6b069992354b57ecaf
pre_build() {
# Allow building with musl