mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
23 lines
416 B
YAML
23 lines
416 B
YAML
distributable:
|
|
url: https://thekelleys.org.uk/dnsmasq/dnsmasq-{{version.raw}}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
url: https://thekelleys.org.uk/dnsmasq/
|
|
match: /dnsmasq-(\d+\.\d+(\.\d+)?)\.tar\.gz/
|
|
strip:
|
|
- /dnsmasq-/
|
|
- /.tar.gz/
|
|
|
|
provides:
|
|
- sbin/dnsmasq
|
|
|
|
build:
|
|
script: |
|
|
make install PREFIX="{{ prefix }}"
|
|
dependencies:
|
|
freedesktop.org/pkg-config: '*'
|
|
|
|
test: |
|
|
dnsmasq --test
|