llvm&clang: Update from 3.9.1 to 4.0.0
[termux-packages] / packages / termux-apt-repo / build.sh
1 TERMUX_PKG_HOMEPAGE=https://github.com/termux/termux-apt-repo
2 TERMUX_PKG_DESCRIPTION="Script to create Termux apt repositories"
3 TERMUX_PKG_VERSION=0.1
4 TERMUX_PKG_SRCURL=https://github.com/termux/termux-apt-repo/archive/v${TERMUX_PKG_VERSION}.tar.gz
5 TERMUX_PKG_SHA256=a8e34e3fa6ce10a88b902f11bc786a02074170d30040346ee1bb49424897f04a
6 TERMUX_PKG_BUILD_IN_SRC=yes
7 TERMUX_PKG_FOLDERNAME=termux-apt-repo-${TERMUX_PKG_VERSION}
8 TERMUX_PKG_PLATFORM_INDEPENDENT=yes
9 TERMUX_PKG_DEPENDS="tar, python"