mirror of
https://github.com/termux/termux-packages.git
synced 2025-09-26 11:34:59 +00:00
16 lines
714 B
Bash
16 lines
714 B
Bash
TERMUX_PKG_HOMEPAGE=https://salsa.debian.org/iso-codes-team/iso-codes
|
|
TERMUX_PKG_DESCRIPTION="Lists of the country, language, and currency names"
|
|
TERMUX_PKG_LICENSE="LGPL-2.1"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION="4.18.0"
|
|
TERMUX_PKG_SRCURL=https://salsa.debian.org/iso-codes-team/iso-codes/-/archive/v${TERMUX_PKG_VERSION}/iso-codes-v${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=511f67bf4b51aa77f17c45adbff533242b50f1e370fe49a5706b6341902fac87
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
TERMUX_PKG_PLATFORM_INDEPENDENT=true
|
|
|
|
#If you install ISO codes over a previous installed version, the install step will fail when creating some symlinks
|
|
|
|
termux_step_post_configure() {
|
|
sed -i '/^LN_S/s/s/sfvn/' */Makefile
|
|
}
|