aboutsummaryrefslogtreecommitdiff
path: root/repos
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2024-08-04 17:20:50 +0000
committeremmett1 <emmett1.2miligrams@protonmail.com>2024-08-04 17:20:50 +0000
commit00602141f6d97e798ec1c8a028d4aefdc338e0ca (patch)
tree5d9b3700b13dd721da4d8b1047080bc0bc6d3e54 /repos
parent4edf2b821858bd2ae8032ae250abe944ff6d7f71 (diff)
parent2f6a0be748859bec0b80147db4ea13e94a7ee472 (diff)
downloadalicelinux-00602141f6d97e798ec1c8a028d4aefdc338e0ca.tar.gz
alicelinux-00602141f6d97e798ec1c8a028d4aefdc338e0ca.zip
Merge pull request 'jupp: new added' (#5) from mobinmob/alicelinux:jupp into main
Reviewed-on: https://codeberg.org/emmett1/alicelinux/pulls/5
Diffstat (limited to 'repos')
-rw-r--r--repos/extra/jupp/.files50
-rw-r--r--repos/extra/jupp/abuild11
2 files changed, 61 insertions, 0 deletions
diff --git a/repos/extra/jupp/.files b/repos/extra/jupp/.files
new file mode 100644
index 00000000..a218720c
--- /dev/null
+++ b/repos/extra/jupp/.files
@@ -0,0 +1,50 @@
+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/etc/
+drwxr-xr-x root/root usr/etc/joe/
+drwxr-xr-x root/root usr/etc/joe/charmaps/
+-rw-r--r-- root/root usr/etc/joe/charmaps/klingon
+-rw-r--r-- root/root usr/etc/joe/jmacsrc
+-rw-r--r-- root/root usr/etc/joe/joerc
+-rw-r--r-- root/root usr/etc/joe/jpicorc
+-rw-r--r-- root/root usr/etc/joe/jstarrc
+-rw-r--r-- root/root usr/etc/joe/jupprc
+-rw-r--r-- root/root usr/etc/joe/rjoerc
+drwxr-xr-x root/root usr/etc/joe/syntax/
+-rw-r--r-- root/root usr/etc/joe/syntax/asm.jsf
+-rw-r--r-- root/root usr/etc/joe/syntax/c.jsf
+-rw-r--r-- root/root usr/etc/joe/syntax/conf.jsf
+-rw-r--r-- root/root usr/etc/joe/syntax/csh.jsf
+-rw-r--r-- root/root usr/etc/joe/syntax/diff.jsf
+-rw-r--r-- root/root usr/etc/joe/syntax/fortran.jsf
+-rw-r--r-- root/root usr/etc/joe/syntax/html.jsf
+-rw-r--r-- root/root usr/etc/joe/syntax/java.jsf
+-rw-r--r-- root/root usr/etc/joe/syntax/lisp.jsf
+-rw-r--r-- root/root usr/etc/joe/syntax/mail.jsf
+-rw-r--r-- root/root usr/etc/joe/syntax/mason.jsf
+-rw-r--r-- root/root usr/etc/joe/syntax/pascal.jsf
+-rw-r--r-- root/root usr/etc/joe/syntax/perl.jsf
+-rw-r--r-- root/root usr/etc/joe/syntax/php.jsf
+-rw-r--r-- root/root usr/etc/joe/syntax/python.jsf
+-rw-r--r-- root/root usr/etc/joe/syntax/sh.jsf
+-rw-r--r-- root/root usr/etc/joe/syntax/tcl.jsf
+-rw-r--r-- root/root usr/etc/joe/syntax/tex.jsf
+-rw-r--r-- root/root usr/etc/joe/syntax/verilog.jsf
+-rw-r--r-- root/root usr/etc/joe/syntax/vhdl.jsf
+-rw-r--r-- root/root usr/etc/joe/syntax/xml.jsf
+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/repos/extra/jupp/abuild b/repos/extra/jupp/abuild
new file mode 100644
index 00000000..1744ee2f
--- /dev/null
+++ b/repos/extra/jupp/abuild
@@ -0,0 +1,11 @@
+name=jupp
+version=3.1jupp41
+release=1
+source="https://mbsd.evolvis.org/MirOS/dist/${name}/joe-${version}.tgz"
+
+build() {
+ chmod +x configure
+ ./configure --disable-curses --disable-termcap -prefix=/usr
+ make
+ make install
+}