2017-04-04 23:14:39 +02:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://github.com/termux/termux-elf-cleaner
|
2016-04-19 16:28:08 +02:00
|
|
|
TERMUX_PKG_DESCRIPTION="Cleaner of ELF files for Android"
|
2019-01-21 15:00:12 +01:00
|
|
|
TERMUX_PKG_LICENSE="GPL-3.0"
|
2020-12-20 14:16:34 +01:00
|
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
2017-04-06 23:33:45 +02:00
|
|
|
# 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.
|
2019-08-15 20:48:07 +02:00
|
|
|
TERMUX_PKG_VERSION=1.7
|
2017-04-04 23:14:39 +02:00
|
|
|
TERMUX_PKG_SRCURL=https://github.com/termux/termux-elf-cleaner/archive/v${TERMUX_PKG_VERSION}.tar.gz
|
2019-08-15 20:48:07 +02:00
|
|
|
TERMUX_PKG_SHA256=cf74cabfcf5c22e0308074e6683ca7efa14f1a3c801d1656b96e38ff7301ae0b
|
2019-06-20 03:07:54 +02:00
|
|
|
TERMUX_PKG_DEPENDS="libc++"
|
2019-08-12 17:28:41 +02:00
|
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|