Home Explore Help
Sign In
lukechilds
/
termux-packages
mirror of https://github.com/lukechilds/termux-packages.git
1
0
Fork 0
Code Issues Projects Releases Wiki Activity
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.
3072 Commits
6 Branches
0 Tags
18 MiB
Tree: a1a5fd7bac
android-5
build-on-device
electrs
emacs-27
master
patch-log
Branches Tags
${ item.name }
Create tag ${ searchTerm }
Create branch ${ searchTerm }
from 'a1a5fd7bac'
${ noResults }
termux-packages/clean.sh

10 lines
213 B
Raw Normal View History

Initial push
10 years ago
#!/bin/sh
Change clean-rebuild-all.sh to clean.sh
8 years ago
# clean.sh - clean everything.
set -e -u
Initial push
10 years ago
Tweak build script and docker setup - Output deb files to debs/ folder by default. - Use $HOME/.termux-build for build folder by default (changed from previous $HOME/termux). - Make scripts/run-docker.sh re-use a single container instead of creating new ones for each run. - Avoid mounting the whole Termux build folder in docker. This fixes #294, mmap not supported host folders under OS X. - Add a scripts/update-docker.sh utility for checking for an updated docker image.. - Make build-package.sh support the [-a ARCH] flag to specify arch. - Make aarch64 the default arch (from previous arm). - Try to improve the README a bit.
9 years ago
# Read settings from .termuxrc if existing
test -f $HOME/.termuxrc && . $HOME/.termuxrc
: ${TERMUX_TOPDIR:="$HOME/.termux-build"}
rm -Rf /data/* $TERMUX_TOPDIR
Powered by Gitea Version: 1.15.2 Page: 52ms Template: 1ms
English
English 简体中文 繁體中文(香港) 繁體中文(台灣) Deutsch français Nederlands latviešu русский Українська 日本語 español português do Brasil Português de Portugal polski български italiano suomi Türkçe čeština српски svenska 한국어
Licenses API Website Go1.16.7