mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 10:25:05 +03:00
new file: projects/github.com/maxmind/libmaxminddb/package.yml
This commit is contained in:
parent
efb673b6c8
commit
bd2cebe9db
1 changed files with 28 additions and 0 deletions
28
projects/github.com/maxmind/libmaxminddb/package.yml
Normal file
28
projects/github.com/maxmind/libmaxminddb/package.yml
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
distributable:
|
||||||
|
url: https://github.com/maxmind/libmaxminddb/releases/download/{{version}}/libmaxminddb-{{version}}.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: maxmind/libmaxminddb
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
tea.xyz/gx/cc: c99
|
||||||
|
tea.xyz/gx/make: '*'
|
||||||
|
gnu.org/autoconf: '*'
|
||||||
|
gnu.org/libtool: '*'
|
||||||
|
script: |
|
||||||
|
./configure $ARGS
|
||||||
|
make --jobs {{ hw.concurrency }} install
|
||||||
|
env:
|
||||||
|
ARGS:
|
||||||
|
- --prefix="{{prefix}}"
|
||||||
|
- --disable-debug
|
||||||
|
- --disable-dependency-tracking
|
||||||
|
- --disable-silent-rules
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/mmdblookup
|
||||||
|
|
||||||
|
test:
|
||||||
|
mmdblookup --version | grep {{version}}
|
Loading…
Reference in a new issue