mirror of
https://github.com/chocolate-doom/chocpkg.git
synced 2024-11-10 07:11:39 +00:00
24650af7d9
Since we're downloading arbitrary executable code from websites and running it, we should at least have some confidence it's the right thing we're running.
6 lines
300 B
Bash
6 lines
300 B
Bash
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 \
|
|
6b6eb31c6ec4421174578652c7e141fdaae2dabad1021f420d8713206ac1f845
|
|
build_autotools --with-internal-glib
|
|
|