aboutsummaryrefslogtreecommitdiff
path: root/jupp
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2025-06-03 14:32:36 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2025-06-03 14:32:36 +0000
commit93a354611e38a6949add5c2e5ccc93ef79b9755f (patch)
tree7fee41752b1047d74c59f8ee046cd62735e7e934 /jupp
parent35912580b66e9439f91ea441938828ad8aa33b0d (diff)
downloadalicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.tar.gz
alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.zip
Woodpecker CI 5171f1fdd74e7137c305450dd69a29fa5be4143f [SKIP CI]
Diffstat (limited to 'jupp')
-rw-r--r--jupp/.checksum1
-rw-r--r--jupp/.files50
-rw-r--r--jupp/abuild9
3 files changed, 60 insertions, 0 deletions
diff --git a/jupp/.checksum b/jupp/.checksum
new file mode 100644
index 00000000..f7fd1b00
--- /dev/null
+++ b/jupp/.checksum
@@ -0,0 +1 @@
+d0c5192d102ce753b6aaf60b35283dd2c8c4b86d22d51f370237b827649197cd joe-3.1jupp41.tgz
diff --git a/jupp/.files b/jupp/.files
new file mode 100644
index 00000000..f055b8f6
--- /dev/null
+++ b/jupp/.files
@@ -0,0 +1,50 @@
+drwxr-xr-x root/root etc/
+drwxr-xr-x root/root etc/joe/
+drwxr-xr-x root/root etc/joe/charmaps/
+-rw-r--r-- root/root etc/joe/charmaps/klingon.new
+-rw-r--r-- root/root etc/joe/jmacsrc.new
+-rw-r--r-- root/root etc/joe/joerc.new
+-rw-r--r-- root/root etc/joe/jpicorc.new
+-rw-r--r-- root/root etc/joe/jstarrc.new
+-rw-r--r-- root/root etc/joe/jupprc.new
+-rw-r--r-- root/root etc/joe/rjoerc.new
+drwxr-xr-x root/root etc/joe/syntax/
+-rw-r--r-- root/root etc/joe/syntax/asm.jsf.new
+-rw-r--r-- root/root etc/joe/syntax/c.jsf.new
+-rw-r--r-- root/root etc/joe/syntax/conf.jsf.new
+-rw-r--r-- root/root etc/joe/syntax/csh.jsf.new
+-rw-r--r-- root/root etc/joe/syntax/diff.jsf.new
+-rw-r--r-- root/root etc/joe/syntax/fortran.jsf.new
+-rw-r--r-- root/root etc/joe/syntax/html.jsf.new
+-rw-r--r-- root/root etc/joe/syntax/java.jsf.new
+-rw-r--r-- root/root etc/joe/syntax/lisp.jsf.new
+-rw-r--r-- root/root etc/joe/syntax/mail.jsf.new
+-rw-r--r-- root/root etc/joe/syntax/mason.jsf.new
+-rw-r--r-- root/root etc/joe/syntax/pascal.jsf.new
+-rw-r--r-- root/root etc/joe/syntax/perl.jsf.new
+-rw-r--r-- root/root etc/joe/syntax/php.jsf.new
+-rw-r--r-- root/root etc/joe/syntax/python.jsf.new
+-rw-r--r-- root/root etc/joe/syntax/sh.jsf.new
+-rw-r--r-- root/root etc/joe/syntax/tcl.jsf.new
+-rw-r--r-- root/root etc/joe/syntax/tex.jsf.new
+-rw-r--r-- root/root etc/joe/syntax/verilog.jsf.new
+-rw-r--r-- root/root etc/joe/syntax/vhdl.jsf.new
+-rw-r--r-- root/root etc/joe/syntax/xml.jsf.new
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+lrwxrwxrwx root/root usr/bin/jmacs -> joe
+-rwxr-xr-x root/root usr/bin/joe
+lrwxrwxrwx root/root usr/bin/jpico -> joe
+lrwxrwxrwx root/root usr/bin/jstar -> joe
+lrwxrwxrwx root/root usr/bin/jupp -> joe
+lrwxrwxrwx root/root usr/bin/rjoe -> joe
+-rwxr-xr-x root/root usr/bin/termidx
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+lrwxrwxrwx root/root usr/share/man/man1/jmacs.1.gz -> joe.1.gz
+-rw-r--r-- root/root usr/share/man/man1/joe.1.gz
+lrwxrwxrwx root/root usr/share/man/man1/jpico.1.gz -> joe.1.gz
+lrwxrwxrwx root/root usr/share/man/man1/jstar.1.gz -> joe.1.gz
+lrwxrwxrwx root/root usr/share/man/man1/jupp.1.gz -> joe.1.gz
+lrwxrwxrwx root/root usr/share/man/man1/rjoe.1.gz -> joe.1.gz
diff --git a/jupp/abuild b/jupp/abuild
new file mode 100644
index 00000000..daf106e1
--- /dev/null
+++ b/jupp/abuild
@@ -0,0 +1,9 @@
+name=jupp
+version=3.1jupp41
+release=1
+source="https://mbsd.evolvis.org/MirOS/dist/${name}/joe-${version}.tgz"
+build_opt="--disable-curses --disable-termcap"
+
+prebuild() {
+ chmod +x configure
+}