new package: pb

This commit is contained in:
Tee KOBAYASHI 2022-03-31 10:11:12 +09:00 committed by xtkoba
parent 78177f3a83
commit cae3aec6b0
1 changed files with 14 additions and 0 deletions

14
packages/pb/build.sh Normal file
View File

@ -0,0 +1,14 @@
TERMUX_PKG_HOMEPAGE=https://tildegit.org/tomasino/pb
TERMUX_PKG_DESCRIPTION="A helper utility for using 0x0 pastebin services"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=2020.10.27
TERMUX_PKG_SRCURL=https://tildegit.org/tomasino/pb/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=f06b12febf97730a5727b92ccbe5f9249140407dd175dd549ce570d9e767e07e
TERMUX_PKG_PLATFORM_INDEPENDENT=true
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_EXTRA_MAKE_ARGS="PREFIX=$TERMUX_PREFIX"
termux_step_make() {
:
}