libusb.info (#1640)

* new file:   projects/libusb.info/package.yml

* Update package.yml

---------

Co-authored-by: Jacob Heider <jacob@tea.xyz>
This commit is contained in:
Andrew 2023-04-23 02:07:28 +03:00 committed by GitHub
parent 89bf572ac3
commit 5020132c27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,26 @@
distributable:
url: https://github.com/libusb/libusb/releases/download/v{{ version }}/libusb-{{ version }}.tar.bz2
strip-components: 1
versions:
github: libusb/libusb
strip: '/^v/'
build:
dependencies:
gnu.org/autoconf: '*'
gnu.org/libtool: '*'
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
script: |
./configure $ARGS
make install
env:
ARGS:
- --prefix="{{prefix}}"
test:
dependencies:
freedesktop.org/pkg-config: '*'
script:
pkg-config --modversion libusb-1.0 | grep {{ version }}