commit d2881d4

hovercats  ·  2026-07-10 13:09:29 +0000 UTC
parent 474f26d
dtach: add
6 files changed,  +64, -0
+4, -0
1@@ -487,3 +487,7 @@
2 	path = pkg/uxnmin/src
3 	url = https://git.sr.ht/~rabbits/uxnmin
4 	shallow = true
5+[submodule "pkg/dtach/src"]
6+	path = pkg/dtach/src
7+	url = https://github.com/crigler/dtach
8+	shallow = true
+45, -0
 1@@ -0,0 +1,45 @@
 2+#define HAVE_ATEXIT 1
 3+#define HAVE_DUP2 1
 4+#define HAVE_FCNTL_H 1
 5+#define HAVE_FORKPTY 1
 6+#define HAVE_GRANTPT 1
 7+#define HAVE_INTTYPES_H 1
 8+/* #undef HAVE_LIBSOCKET */
 9+#define HAVE_LIBUTIL 1
10+/* #undef HAVE_LIBUTIL_H */
11+#define HAVE_MEMORY_H 1
12+#define HAVE_MEMSET 1
13+#define HAVE_OPENPTY 1
14+#define HAVE_PTSNAME 1
15+#define HAVE_PTY_H 1
16+#define HAVE_SELECT 1
17+#define HAVE_SOCKET 1
18+#define HAVE_STDINT_H 1
19+#define HAVE_STDLIB_H 1
20+#define HAVE_STRERROR 1
21+#define HAVE_STRINGS_H 1
22+#define HAVE_STRING_H 1
23+#define HAVE_STROPTS_H 1
24+#define HAVE_SYS_IOCTL_H 1
25+#define HAVE_SYS_RESOURCE_H 1
26+#define HAVE_SYS_SELECT_H 1
27+#define HAVE_SYS_SOCKET_H 1
28+#define HAVE_SYS_STAT_H 1
29+#define HAVE_SYS_TIME_H 1
30+#define HAVE_SYS_TYPES_H 1
31+#define HAVE_TERMIOS_H 1
32+#define HAVE_UNISTD_H 1
33+#define HAVE_UNLOCKPT 1
34+/* #undef HAVE_UTIL_H */
35+#define PACKAGE_BUGREPORT "crigler@gmail.com"
36+#define PACKAGE_NAME "dtach"
37+#define PACKAGE_STRING "dtach 0.9"
38+#define PACKAGE_TARNAME "dtach"
39+#define PACKAGE_URL ""
40+#define PACKAGE_VERSION "0.9"
41+#define RETSIGTYPE void
42+#define STDC_HEADERS 1
43+#define TIME_WITH_SYS_TIME 1
44+/* #undef const */
45+/* #undef pid_t */
46+/* #undef ssize_t */
+12, -0
 1@@ -0,0 +1,12 @@
 2+cflags{
 3+	'-pedantic',
 4+	'-I $dir',
 5+}
 6+
 7+exe('dtach', {'attach.c', 'master.c', 'main.c'})
 8+
 9+file('bin/dtach', '755', '$outdir/dtach')
10+
11+man{'dtach.1'}
12+
13+fetch 'git'
+1, -0
1@@ -0,0 +1 @@
2+Subproject commit b027c27b2439081064d07a86883c8e0b20a183c9
+1, -0
1@@ -0,0 +1 @@
2+b027c27
+1, -0
1@@ -15,6 +15,7 @@ subgen 'curl'
2 subgen 'dav1d'
3 subgen 'dmenu'
4 subgen 'dosfstools'
5+subgen 'dtach'
6 subgen 'e2fsprogs'
7 subgen 'elftoolchain'
8 subgen 'exfatprogs'