Browse Source
The ctags implementation from Universal Ctags (https://ctags.io/) is hopefully the best ctags alternative that works with e.g. vim. Remove the ctags binary from emacs so it does not conflict with this new package (the etags program remains for emacs to use).android-5
Fredrik Fornwall
9 years ago
2 changed files with 20 additions and 2 deletions
@ -0,0 +1,14 @@ |
|||||
|
TERMUX_PKG_HOMEPAGE=https://ctags.io/ |
||||
|
TERMUX_PKG_DESCRIPTION="Universal ctags: Source code index builder" |
||||
|
TERMUX_PKG_VERSION=0.0.20160317 |
||||
|
_COMMIT=6126cb13375fd659e53e7cd9a943446f72048c07 |
||||
|
TERMUX_PKG_SRCURL=https://github.com/universal-ctags/ctags/archive/${_COMMIT}.zip |
||||
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-tmpdir=$TERMUX_PREFIX/tmp" |
||||
|
TERMUX_PKG_FOLDERNAME=ctags-$_COMMIT |
||||
|
TERMUX_PKG_BUILD_IN_SRC="yes" |
||||
|
|
||||
|
termux_step_post_extract_package () { |
||||
|
export regcomp_works=yes |
||||
|
cd $TERMUX_PKG_SRCDIR |
||||
|
./autogen.sh |
||||
|
} |
Loading…
Reference in new issue