aboutsummaryrefslogtreecommitdiff
path: root/repos/extra
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2024-08-04 17:20:04 +0000
committeremmett1 <emmett1.2miligrams@protonmail.com>2024-08-04 17:20:04 +0000
commit4edf2b821858bd2ae8032ae250abe944ff6d7f71 (patch)
tree493ab45c92c078b9a8f8844c1e26d405701888ec /repos/extra
parentb2d02a56d5dd16685c05240884f4446cf77bf9dd (diff)
parent3c283aec05904eb293cf041327191f2cc2b3fd5b (diff)
downloadalicelinux-4edf2b821858bd2ae8032ae250abe944ff6d7f71.tar.gz
alicelinux-4edf2b821858bd2ae8032ae250abe944ff6d7f71.zip
Merge pull request 'lowdown-1.1.0: new added' (#6) from mobinmob/alicelinux:lowdown into main
Reviewed-on: https://codeberg.org/emmett1/alicelinux/pulls/6
Diffstat (limited to 'repos/extra')
-rw-r--r--repos/extra/lowdown/.files54
-rw-r--r--repos/extra/lowdown/abuild12
2 files changed, 66 insertions, 0 deletions
diff --git a/repos/extra/lowdown/.files b/repos/extra/lowdown/.files
new file mode 100644
index 00000000..99e0c04d
--- /dev/null
+++ b/repos/extra/lowdown/.files
@@ -0,0 +1,54 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-r-xr-xr-x root/root usr/bin/lowdown
+-r-xr-xr-x root/root usr/bin/lowdown-diff
+drwxr-xr-x root/root usr/include/
+-r--r--r-- root/root usr/include/lowdown.h
+drwxr-xr-x root/root usr/lib/
+lrwxrwxrwx root/root usr/lib/liblowdown.so -> liblowdown.so.1
+-r--r--r-- root/root usr/lib/liblowdown.so.1
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-r--r--r-- root/root usr/lib/pkgconfig/lowdown.pc
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-r--r--r-- root/root usr/man/man1/lowdown-diff.1
+-r--r--r-- root/root usr/man/man1/lowdown.1
+drwxr-xr-x root/root usr/man/man3/
+-r--r--r-- root/root usr/man/man3/lowdown.3
+-r--r--r-- root/root usr/man/man3/lowdown_buf.3
+-r--r--r-- root/root usr/man/man3/lowdown_buf_diff.3
+-r--r--r-- root/root usr/man/man3/lowdown_buf_free.3
+-r--r--r-- root/root usr/man/man3/lowdown_buf_new.3
+-r--r--r-- root/root usr/man/man3/lowdown_diff.3
+-r--r--r-- root/root usr/man/man3/lowdown_doc_free.3
+-r--r--r-- root/root usr/man/man3/lowdown_doc_new.3
+-r--r--r-- root/root usr/man/man3/lowdown_doc_parse.3
+-r--r--r-- root/root usr/man/man3/lowdown_file.3
+-r--r--r-- root/root usr/man/man3/lowdown_file_diff.3
+-r--r--r-- root/root usr/man/man3/lowdown_gemini_free.3
+-r--r--r-- root/root usr/man/man3/lowdown_gemini_new.3
+-r--r--r-- root/root usr/man/man3/lowdown_gemini_rndr.3
+-r--r--r-- root/root usr/man/man3/lowdown_html_free.3
+-r--r--r-- root/root usr/man/man3/lowdown_html_new.3
+-r--r--r-- root/root usr/man/man3/lowdown_html_rndr.3
+-r--r--r-- root/root usr/man/man3/lowdown_latex_free.3
+-r--r--r-- root/root usr/man/man3/lowdown_latex_new.3
+-r--r--r-- root/root usr/man/man3/lowdown_latex_rndr.3
+-r--r--r-- root/root usr/man/man3/lowdown_metaq_free.3
+-r--r--r-- root/root usr/man/man3/lowdown_node_free.3
+-r--r--r-- root/root usr/man/man3/lowdown_nroff_free.3
+-r--r--r-- root/root usr/man/man3/lowdown_nroff_new.3
+-r--r--r-- root/root usr/man/man3/lowdown_nroff_rndr.3
+-r--r--r-- root/root usr/man/man3/lowdown_odt_free.3
+-r--r--r-- root/root usr/man/man3/lowdown_odt_new.3
+-r--r--r-- root/root usr/man/man3/lowdown_odt_rndr.3
+-r--r--r-- root/root usr/man/man3/lowdown_term_free.3
+-r--r--r-- root/root usr/man/man3/lowdown_term_new.3
+-r--r--r-- root/root usr/man/man3/lowdown_term_rndr.3
+-r--r--r-- root/root usr/man/man3/lowdown_tree_rndr.3
+drwxr-xr-x root/root usr/man/man5/
+-r--r--r-- root/root usr/man/man5/lowdown.5
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/lowdown/
+drwxr-xr-x root/root usr/share/lowdown/odt/
+-r--r--r-- root/root usr/share/lowdown/odt/styles.xml
diff --git a/repos/extra/lowdown/abuild b/repos/extra/lowdown/abuild
new file mode 100644
index 00000000..9d74bad9
--- /dev/null
+++ b/repos/extra/lowdown/abuild
@@ -0,0 +1,12 @@
+name=lowdown
+version=1.1.0
+release=1
+commit_hash=67d206caffde1de6667319d5ecda1d00eb758827
+source="https://github.com/kristapsdz/lowdown/archive/${commit_hash}.tar.gz"
+
+build(){
+ ./configure PREFIX=/usr
+ make
+ make regress
+ make install install_libs
+}