Merge pull request #7912 from TxGVNN/packages/dtach
Add package dtach-0.9
This commit is contained in:
commit
3a958c35ce
12
packages/dtach/build.sh
Normal file
12
packages/dtach/build.sh
Normal file
@ -0,0 +1,12 @@
|
||||
TERMUX_PKG_HOMEPAGE=http://dtach.sourceforge.net/
|
||||
TERMUX_PKG_DESCRIPTION="Emulates the detach feature of screen"
|
||||
TERMUX_PKG_LICENSE="GPL-2.0"
|
||||
TERMUX_PKG_MAINTAINER="@termux"
|
||||
TERMUX_PKG_VERSION=0.9
|
||||
TERMUX_PKG_SRCURL=https://downloads.sourceforge.net/sourceforge/dtach/dtach-${TERMUX_PKG_VERSION}.tar.gz
|
||||
TERMUX_PKG_SHA256=32e9fd6923c553c443fab4ec9c1f95d83fa47b771e6e1dafb018c567291492f3
|
||||
|
||||
termux_step_make_install() {
|
||||
install -Dm700 -t ${TERMUX_PREFIX}/bin dtach
|
||||
install -Dm600 -t ${TERMUX_PREFIX}/share/man/man1 ${TERMUX_PKG_SRCDIR}/dtach.1
|
||||
}
|
Loading…
Reference in New Issue
Block a user