summaryrefslogtreecommitdiff
path: root/opt/reptyr/MAKEPKG
diff options
context:
space:
mode:
authorrawnix ports <ports@rawnix.org>2026-09-26 18:19:05 +0000
committerrawnix ports <ports@rawnix.org>2026-09-26 18:19:05 +0000
commitc82e88dd00d1b0b7fcfb4e5628d99611388cef6f (patch)
tree56d864b5a5c6c145edd96178ae219a8f90e191a6 /opt/reptyr/MAKEPKG
downloadports-c82e88dd00d1b0b7fcfb4e5628d99611388cef6f.tar.gz
sync 2026-09-26 18:19 UTC
1672 files changed, 151396 insertions(+)
Diffstat (limited to 'opt/reptyr/MAKEPKG')
-rw-r--r--opt/reptyr/MAKEPKG28
1 files changed, 28 insertions, 0 deletions
diff --git a/opt/reptyr/MAKEPKG b/opt/reptyr/MAKEPKG
new file mode 100644
index 0000000..35fab3b
--- /dev/null
+++ b/opt/reptyr/MAKEPKG
@@ -0,0 +1,28 @@
+#!/bin/mkpkg
+# description: Attach a running process to a new terminal
+# url: https://github.com/nelhage/reptyr
+
+name=reptyr
+version=0.10.0
+release=1
+source=(https://github.com/nelhage/reptyr/archive/refs/tags/reptyr-$version.tar.gz)
+
+sha256sums=(
+ "c6ffbc34a511ac00d072219bda30699e51f2f4eb483cbae9e32e981d49e8b380"
+)
+
+build() {
+ cd $SRC/reptyr-reptyr-$version
+
+ make PREFIX=/usr
+ make PREFIX=/usr DESTDIR=$PKG install
+
+ rm -rf $PKG/usr/share/man/fr/
+}
+
+signify() {
+ untrusted comment: public key
+ RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3
+}
+
+# vim: filetype=sh