packages/electrum&&packages/slugify&&packages/spark

This commit is contained in:
termux-pacman-bot
2022-08-05 06:47:58 +00:00
parent e5afe3397f
commit 989b41be5c
3 changed files with 0 additions and 3 deletions

View File

@@ -74,4 +74,3 @@ termux_step_create_debscripts () {
echo "#!$TERMUX_PREFIX/bin/sh" > postinst
echo "pip3 install 'ecdsa>=0.14' 'qrcode' 'protobuf>=3.12' 'dnspython<2.0' 'qdarkstyle<2.9' 'aiorpcx>=0.18,<0.19' 'aiohttp>=3.3.0,<4.0.0' 'aiohttp_socks>=0.3' 'certifi' 'bitstring' 'attrs>=19.2.0' 'pycryptodomex'" >> postinst
}

View File

@@ -26,4 +26,3 @@ termux_step_make_install() {
install -D slugify -t "$TERMUX_PREFIX/bin"
install -D slugify.1 -t "$TERMUX_PREFIX/share/man/man1"
}

View File

@@ -15,4 +15,3 @@ termux_step_make_install() {
local bin="$(basename $TERMUX_PKG_HOMEPAGE)"
install -D "$bin" -t "$TERMUX_PREFIX/bin"
}