aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremmett1 <me@emmett1.my>2026-05-24 12:27:06 +0200
committeremmett1 <me@emmett1.my>2026-05-24 12:27:06 +0200
commit80e384f60d2eb3e25192814209f48c58010646d5 (patch)
treeae18872d64a28dba53833d0807d49839b4bcf980
parentc6e05105528b47a952d5367d5326a349608e456e (diff)
parentc84cfb83fc11f33c3534a9ef52a77a38e2121393 (diff)
downloadalicelinux-80e384f60d2eb3e25192814209f48c58010646d5.tar.gz
alicelinux-80e384f60d2eb3e25192814209f48c58010646d5.zip
Merge pull request 'add: newsraft and gumbo-parser' (#51) from ohnoes_ohnoes/alicelinux:newsraft into main
Reviewed-on: https://codeberg.org/emmett1/alicelinux/pulls/51
-rw-r--r--repos/community/gumbo-parser/.checksum1
-rw-r--r--repos/community/gumbo-parser/.files10
-rw-r--r--repos/community/gumbo-parser/abuild5
-rw-r--r--repos/community/newsraft/.checksum1
-rw-r--r--repos/community/newsraft/.files16
-rw-r--r--repos/community/newsraft/abuild4
-rw-r--r--repos/community/newsraft/depends4
7 files changed, 41 insertions, 0 deletions
diff --git a/repos/community/gumbo-parser/.checksum b/repos/community/gumbo-parser/.checksum
new file mode 100644
index 00000000..aaaf3fd2
--- /dev/null
+++ b/repos/community/gumbo-parser/.checksum
@@ -0,0 +1 @@
+174122d43b111d764e00ebd8cd038a78a7a58216754e7f7a43e519f856d95443 0.13.2.tar.gz
diff --git a/repos/community/gumbo-parser/.files b/repos/community/gumbo-parser/.files
new file mode 100644
index 00000000..8a797f00
--- /dev/null
+++ b/repos/community/gumbo-parser/.files
@@ -0,0 +1,10 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/gumbo.h
+-rw-r--r-- root/root usr/include/tag_enum.h
+drwxr-xr-x root/root usr/lib/
+lrwxrwxrwx root/root usr/lib/libgumbo.so -> libgumbo.so.3
+lrwxrwxrwx root/root usr/lib/libgumbo.so.3 -> libgumbo.so.3.0.0
+-rwxr-xr-x root/root usr/lib/libgumbo.so.3.0.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/gumbo.pc
diff --git a/repos/community/gumbo-parser/abuild b/repos/community/gumbo-parser/abuild
new file mode 100644
index 00000000..0d1cbd71
--- /dev/null
+++ b/repos/community/gumbo-parser/abuild
@@ -0,0 +1,5 @@
+name=gumbo-parser
+version=0.13.2
+release=1
+source=https://codeberg.org/$name/$name/archive/$version.tar.gz
+build_opt="-Dtests=false"
diff --git a/repos/community/newsraft/.checksum b/repos/community/newsraft/.checksum
new file mode 100644
index 00000000..95d5f548
--- /dev/null
+++ b/repos/community/newsraft/.checksum
@@ -0,0 +1 @@
+e47e7c5bc6f02a98ee04d58705022eafeafe767bc6c35bb21e4b0f6d018a986f newsraft-0.36.tar.gz
diff --git a/repos/community/newsraft/.files b/repos/community/newsraft/.files
new file mode 100644
index 00000000..ce35af97
--- /dev/null
+++ b/repos/community/newsraft/.files
@@ -0,0 +1,16 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/newsraft
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/icons/
+drwxr-xr-x root/root usr/share/icons/hicolor/
+drwxr-xr-x root/root usr/share/icons/hicolor/scalable/
+drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/
+-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/newsraft.svg
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/newsraft.1.gz
+drwxr-xr-x root/root usr/share/newsraft/
+drwxr-xr-x root/root usr/share/newsraft/examples/
+-rw-r--r-- root/root usr/share/newsraft/examples/config
+-rw-r--r-- root/root usr/share/newsraft/examples/feeds
diff --git a/repos/community/newsraft/abuild b/repos/community/newsraft/abuild
new file mode 100644
index 00000000..52a5a4dd
--- /dev/null
+++ b/repos/community/newsraft/abuild
@@ -0,0 +1,4 @@
+name=newsraft
+version=0.36
+release=1
+source=https://codeberg.org/$name/$name/archive/$name-$version.tar.gz
diff --git a/repos/community/newsraft/depends b/repos/community/newsraft/depends
new file mode 100644
index 00000000..45dc37a8
--- /dev/null
+++ b/repos/community/newsraft/depends
@@ -0,0 +1,4 @@
+gumbo-parser
+sqlite
+expat
+curl