You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
592 B
11 lines
592 B
TERMUX_PKG_HOMEPAGE=https://github.com/termux/termux-elf-cleaner
|
|
TERMUX_PKG_DESCRIPTION="Cleaner of ELF files for Android"
|
|
TERMUX_PKG_LICENSE="GPL-3.0"
|
|
# NOTE: The termux-elf-cleaner.cpp file is used by build-package.sh
|
|
# to create a native binary. Bumping this version will need
|
|
# updating the checksum used there.
|
|
TERMUX_PKG_VERSION=1.7
|
|
TERMUX_PKG_SRCURL=https://github.com/termux/termux-elf-cleaner/archive/v${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=cf74cabfcf5c22e0308074e6683ca7efa14f1a3c801d1656b96e38ff7301ae0b
|
|
TERMUX_PKG_DEPENDS="libc++"
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|
|
|