Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit ca7f483

Browse files
alaughlindylanaraps
authored andcommitted
libpcre: new package at 8.43 (#79)
1 parent 905f2f2 commit ca7f483

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

community/libpcre/build

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/sh -e
2+
3+
./configure \
4+
--prefix=/usr
5+
6+
make
7+
make DESTDIR="$1" install

community/libpcre/checksums

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0b8e7465dc5e98c757cc3650a20a7843ee4c3edf50aaf60bb33fd879690d2c73 pcre-8.43.tar.gz

community/libpcre/sources

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://ftp.pcre.org/pub/pcre/pcre-8.43.tar.gz

community/libpcre/version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
8.43 1

0 commit comments

Comments
 (0)