1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-18 16:51:45 +00:00
termux-packages/disabled-packages/pkgconf/build.sh

12 lines
458 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_LICENSE="ISC"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=1.5.3
TERMUX_PKG_SRCURL=https://github.com/pkgconf/pkgconf/archive/pkgconf-$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=45b76f5037379b1e24b788379c74f31fc4f060b272a08bdda9e558c120e9f3b6
termux_step_pre_configure() {
./autogen.sh
}