termux-packages/packages/termux-elf-cleaner/build.sh

14 lines
657 B
Bash
Raw Permalink Normal View History

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"
TERMUX_PKG_MAINTAINER="@termux"
2021-10-23 10:47:06 +02:00
# NOTE: The termux-elf-cleaner.cpp file is used by
# scripts/build/termux_step_start_build.sh
# to create a native binary. Bumping this version will need
# updating the checksum used there.
2021-10-23 10:47:06 +02:00
TERMUX_PKG_VERSION=1.10
TERMUX_PKG_SRCURL=https://github.com/termux/termux-elf-cleaner/archive/v${TERMUX_PKG_VERSION}.tar.gz
2021-10-23 10:47:06 +02:00
TERMUX_PKG_SHA256=b01a48bc6db85c66c683a2834608056ddc66f1964f7553810e8608aee3ee5648
2019-06-20 03:07:54 +02:00
TERMUX_PKG_DEPENDS="libc++"
TERMUX_PKG_BUILD_IN_SRC=true