11 lines
563 B
Bash
11 lines
563 B
Bash
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.5
|
|
TERMUX_PKG_SRCURL=https://github.com/termux/termux-elf-cleaner/archive/v${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=7f4ee9e8921ae72054c9ad075d8c48bb3d44d71326ef0ef423b9add2e0461a09
|
|
TERMUX_PKG_BUILD_IN_SRC=yes
|