mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
da405bc2c0
commit
5898cdcb9b
|
@ -10,15 +10,13 @@ build:
|
||||||
dependencies:
|
dependencies:
|
||||||
gnu.org/autoconf: '*'
|
gnu.org/autoconf: '*'
|
||||||
gnu.org/libtool: '*'
|
gnu.org/libtool: '*'
|
||||||
script: |
|
linux:
|
||||||
./configure $ARGS
|
systemd.io: '*' # libudev
|
||||||
make install
|
script:
|
||||||
|
- ./configure $ARGS
|
||||||
|
- make install
|
||||||
env:
|
env:
|
||||||
ARGS:
|
ARGS:
|
||||||
- --prefix="{{prefix}}"
|
- --prefix="{{prefix}}"
|
||||||
|
|
||||||
test:
|
test: pkg-config --modversion libusb-1.0 | grep {{ version }}
|
||||||
dependencies:
|
|
||||||
freedesktop.org/pkg-config: '*'
|
|
||||||
script:
|
|
||||||
pkg-config --modversion libusb-1.0 | grep {{ version }}
|
|
||||||
|
|
Loading…
Reference in a new issue