10 lines
401 B
Bash
10 lines
401 B
Bash
|
TERMUX_PKG_HOMEPAGE=http://pkgconf.org
|
||
|
TERMUX_PKG_DESCRIPTION="Program which helps to configure compiler and linker flags for development frameworks"
|
||
|
TERMUX_PKG_VERSION=1.5.3
|
||
|
TERMUX_PKG_SHA256=45b76f5037379b1e24b788379c74f31fc4f060b272a08bdda9e558c120e9f3b6
|
||
|
TERMUX_PKG_SRCURL=https://github.com/pkgconf/pkgconf/archive/pkgconf-$TERMUX_PKG_VERSION.tar.gz
|
||
|
|
||
|
termux_step_pre_configure() {
|
||
|
./autogen.sh
|
||
|
}
|