Revert "new package: nonfree-repo"
This reverts commit 551edcc8f4d69ede1e95fa13d1ad41173e437416.
This commit is contained in:
parent
cded93e316
commit
acacf14861
@ -1,19 +0,0 @@
|
||||
TERMUX_PKG_HOMEPAGE=https://github.com/termux/nonfree-packages
|
||||
TERMUX_PKG_DESCRIPTION="Package repository containing software licensed under non-free/custom licenses."
|
||||
TERMUX_PKG_LICENSE="Apache-2.0"
|
||||
TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com> @xeffyr"
|
||||
TERMUX_PKG_VERSION=1.0
|
||||
TERMUX_PKG_DEPENDS="termux-keyring"
|
||||
TERMUX_PKG_PLATFORM_INDEPENDENT=yes
|
||||
|
||||
termux_step_make_install() {
|
||||
mkdir -p $TERMUX_PREFIX/etc/apt/sources.list.d
|
||||
echo "deb https://termux.com/nonfree-packages stable main" > $TERMUX_PREFIX/etc/apt/sources.list.d/nonfree.list
|
||||
}
|
||||
|
||||
termux_step_create_debscripts() {
|
||||
echo "#!$TERMUX_PREFIX/bin/sh" > postinst
|
||||
echo "echo Downloading updated package list ..." >> postinst
|
||||
echo "apt update" >> postinst
|
||||
echo "exit 0" >> postinst
|
||||
}
|
Loading…
Reference in New Issue
Block a user