reptyr: Bump to 0.9.0

This commit is contained in:
Tee KOBAYASHI 2022-11-16 18:09:36 +09:00 committed by xtkoba
parent 08c00c4126
commit 4a48726a29
2 changed files with 15 additions and 7 deletions

View File

@ -0,0 +1,11 @@
--- a/Makefile
+++ b/Makefile
@@ -48,8 +48,6 @@
install -m 755 reptyr $(DESTDIR)$(BINDIR)/reptyr
install -d -m 755 $(DESTDIR)$(MANDIR)/man1
install -m 644 reptyr.1 $(DESTDIR)$(MANDIR)/man1/reptyr.1
- install -d -m 755 $(DESTDIR)$(MANDIR)/fr/man1
- install -m 644 reptyr.fr.1 $(DESTDIR)$(MANDIR)/fr/man1/reptyr.1
bashcompdir=$(BASHCOMPDIR) ; \
test -z "$$bashcompdir" && bashcompdir=/etc/bash_completion.d ; \
install -d -m 755 $(DESTDIR)$$bashcompdir ; \

View File

@ -2,12 +2,9 @@ TERMUX_PKG_HOMEPAGE="https://github.com/nelhage/reptyr"
TERMUX_PKG_DESCRIPTION="Tool for reparenting a running program to a new terminal"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.8.0
TERMUX_PKG_VERSION=0.9.0
TERMUX_PKG_SRCURL=https://github.com/nelhage/reptyr/archive/refs/tags/reptyr-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=4b470ed2a0d25fed591739fa9613ce7ad3d0377891eb56cbe914e3c85db46ca8
TERMUX_PKG_SHA256=b442fbb80a1003b1985974c6fc9eeb8124a43a9bf014ae6af8cde0ca5e587731
TERMUX_PKG_BUILD_DEPENDS="bash-completion"
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_make_install() {
install -Dm700 -t ${TERMUX_PREFIX}/bin reptyr
install -Dm600 -t ${TERMUX_PREFIX}/share/man/man1 ${TERMUX_PKG_SRCDIR}/reptyr.1
}
TERMUX_PKG_EXTRA_MAKE_ARGS="PREFIX=$TERMUX_PREFIX"