From 3c283aec05904eb293cf041327191f2cc2b3fd5b Mon Sep 17 00:00:00 2001 From: mobinmob Date: Sun, 4 Aug 2024 17:06:22 +0300 Subject: lowdown-1.1.0: new added --- repos/extra/lowdown/.files | 54 ++++++++++++++++++++++++++++++++++++++++++++++ repos/extra/lowdown/abuild | 12 +++++++++++ 2 files changed, 66 insertions(+) create mode 100644 repos/extra/lowdown/.files create mode 100644 repos/extra/lowdown/abuild (limited to 'repos') 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 +} -- cgit v1.2.3