summaryrefslogtreecommitdiff
path: root/rapidjson
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-01-22 11:49:01 +0100
committerTim Biermann <tbier@posteo.de>2022-01-22 13:26:53 +0100
commita5396cd77d63ee238a83c43ab02c71d045955a50 (patch)
tree8cb41e67e2fb9baf4ea8a8e2c32ef4caccb83d72 /rapidjson
parentce30b9e74dab72e0d5e9daf14b20d135878ebb5e (diff)
downloadcontrib-a5396cd77d63ee238a83c43ab02c71d045955a50.tar.gz
contrib-a5396cd77d63ee238a83c43ab02c71d045955a50.tar.xz
rapidjson: changed checks
Diffstat (limited to 'rapidjson')
-rw-r--r--rapidjson/.signature4
-rw-r--r--rapidjson/Pkgfile4
2 files changed, 4 insertions, 4 deletions
diff --git a/rapidjson/.signature b/rapidjson/.signature
index 78732ab90..7a095d51e 100644
--- a/rapidjson/.signature
+++ b/rapidjson/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3/KKpxQxh/c1GD3oEvfFC02jFknXH5uireISo9CxiDOvz9bjj5mhQioKK7sKrf6a5RQep2YIlrqv1z9WtZlJVA4=
-SHA256 (Pkgfile) = fc6e1d2794f41bcc64917c6524702d5e785899c2bd3a173eb95d480ed4d311fe
+RWSagIOpLGJF3zXm0ciUy9LprGl7FoeR6UXOAoDvRSfOLanNZKg3M8lTpEmf4WbL1BXBjct9f9rO8iX8ILHbWdZrJdH6rPIFngA=
+SHA256 (Pkgfile) = 2ff5bcb7b5fcedc284ebc0bdc99cdfe0bf180d859524fa56509c0cc4e47c6321
SHA256 (.footprint) = b4bef9b0129fa2f3800eb41e617931f8ff9e9f4ed407c31a26bceafbc4e53d9e
SHA256 (rapidjson-1.1.0.tar.gz) = bf7ced29704a1e696fbccf2a2b4ea068e7774fa37f6d7dd4039d0787f8bed98e
diff --git a/rapidjson/Pkgfile b/rapidjson/Pkgfile
index 3dcfaeaaf..f6d5a5278 100644
--- a/rapidjson/Pkgfile
+++ b/rapidjson/Pkgfile
@@ -9,8 +9,8 @@ release=2
source=(https://github.com/Tencent/rapidjson/archive/v$version/$name-$version.tar.gz)
build() {
- [[ -e /usr/bin/ninja ]] && PKGMK_RAPIDJSON+=' -G Ninja'
- [[ -e /usr/lib/ccache ]] && PATH="$(echo ${PATH} | awk -v RS=: -v ORS=: '/ccache/ {next} {print}' | sed 's/:*$//')"
+ prt-get isinst ninja && PKGMK_RAPIDJSON+=' -G Ninja'
+ prt-get isinst ccache && PATH="$(echo ${PATH} | awk -v RS=: -v ORS=: '/ccache/ {next} {print}' | sed 's/:*$//')"
cmake -S $name-$version -B build $PKGMK_RAPIDJSON \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_BUILD_TYPE=Release \

Generated by cgit