mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-22 02:32:31 +00:00
new package: libconfig
A dependency for 'toxic'
This commit is contained in:
committed by
Fredrik Fornwall
parent
08dd05be8b
commit
4d812edb93
11
packages/libconfig/build.sh
Normal file
11
packages/libconfig/build.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com> @xeffyr"
|
||||
|
||||
TERMUX_PKG_HOMEPAGE=https://github.com/hyperrealm/libconfig
|
||||
TERMUX_PKG_DESCRIPTION="C/C++ Configuration File Library"
|
||||
TERMUX_PKG_VERSION=1.7.2
|
||||
TERMUX_PKG_SRCURL=https://github.com/hyperrealm/libconfig/archive/v${TERMUX_PKG_VERSION}.tar.gz
|
||||
TERMUX_PKG_SHA256=f67ac44099916ae260a6c9e290a90809e7d782d96cdd462cac656ebc5b685726
|
||||
|
||||
termux_step_pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
Reference in New Issue
Block a user