mirror of
https://github.com/chocolate-doom/chocpkg.git
synced 2025-02-02 05:21:55 +00:00
128a9d35fd
It's nice to be able to get some idea of what a package does.
6 lines
238 B
Bash
6 lines
238 B
Bash
PACKAGE_TYPE=native
|
|
description "Development tool for locating installed packages and libraries"
|
|
check_tool pkg-config
|
|
fetch_download https://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz
|
|
build_autotools --with-internal-glib
|
|
|