mirror of
https://github.com/mirror/wget.git
synced 2024-12-26 21:00:26 +08:00
9 lines
176 B
YAML
9 lines
176 B
YAML
extraction:
|
|
cpp:
|
|
prepare:
|
|
packages:
|
|
- libgpgme11-dev
|
|
- autoconf-archive
|
|
configure:
|
|
command: ./bootstrap && autoreconf -ivf && ./configure
|