mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
21 lines
342 B
YAML
21 lines
342 B
YAML
distributable:
|
|
url: https://thekelleys.org.uk/dnsmasq/dnsmasq-{{version.raw}}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
- 2.89
|
|
|
|
provides:
|
|
- sbin/dnsmasq
|
|
|
|
build:
|
|
script: |
|
|
make install PREFIX="{{ prefix }}"
|
|
dependencies:
|
|
tea.xyz/gx/make: '*'
|
|
tea.xyz/gx/cc: c99
|
|
freedesktop.org/pkg-config: '*'
|
|
|
|
test: |
|
|
dnsmasq --test
|