mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-02 09:00:20 +00:00
x11-repo: Add as disabled package
This commit is contained in:
10
disabled-packages/x11-repo/build.sh
Normal file
10
disabled-packages/x11-repo/build.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
TERMUX_PKG_HOMEPAGE=https://termux-x11.ml
|
||||
TERMUX_PKG_DESCRIPTION="Package repository with programs and libraries for the X Windowing System"
|
||||
TERMUX_PKG_VERSION=1.0
|
||||
TERMUX_PKG_PLATFORM_INDEPENDENT=yes
|
||||
|
||||
termux_step_make_install() {
|
||||
mkdir -p $TERMUX_PREFIX/etc/apt/{sources.list.d,trusted.gpg.d}
|
||||
echo "deb https://termux-x11.ml x11 main" > $TERMUX_PREFIX/etc/apt/sources.list.d/x11.list
|
||||
cp $TERMUX_PKG_BUILDER_DIR/xeffyr.gpg $TERMUX_PREFIX/etc/apt/trusted.gpg.d/xeffyr.gpg
|
||||
}
|
||||
BIN
disabled-packages/x11-repo/xeffyr.gpg
Normal file
BIN
disabled-packages/x11-repo/xeffyr.gpg
Normal file
Binary file not shown.
Reference in New Issue
Block a user