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.
7 lines
291 B
7 lines
291 B
TERMUX_PKG_HOMEPAGE=https://termux.com/
|
|
TERMUX_PKG_DESCRIPTION="Cleaner of ELF files for Android"
|
|
TERMUX_PKG_VERSION=1.1
|
|
|
|
termux_step_make_install () {
|
|
$CXX $CFLAGS $LDFLAGS -std=c++14 -Wall -Wextra -pedantic -Werror $TERMUX_PKG_BUILDER_DIR/*.cpp -o $TERMUX_PREFIX/bin/termux-elf-cleaner
|
|
}
|
|
|