Fredrik Fornwall
9 years ago
4 changed files with 13 additions and 7 deletions
@ -0,0 +1,7 @@ |
|||
TERMUX_PKG_HOMEPAGE=https://termux.com/ |
|||
TERMUX_PKG_DESCRIPTION="Cleaner of ELF files for Android" |
|||
TERMUX_PKG_VERSION=1.0 |
|||
|
|||
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 |
|||
} |
Loading…
Reference in new issue