Add recipes

This commit is contained in:
Ribbon 2026-05-11 03:11:50 -03:00
parent 12145c1106
commit b89464bba8
12 changed files with 104 additions and 0 deletions

View File

@ -0,0 +1,10 @@
#TODO not compiled or tested
[source]
tar = "https://ftp.gnu.org/gnu/tar/tar-1.35.tar.bz2"
[build]
template = "configure"
[package]
dependencies = [
"gzip",
"bzip2",
]

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
tar = "https://ftp.gnu.org/gnu/gzip/gzip-1.14.tar.gz"
[build]
template = "configure"

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
tar = "https://ftp.gnu.org/gnu/chess/gnuchess-6.3.0.tar.gz"
[build]
template = "configure"

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
tar = "https://ftp.gnu.org/gnu/bc/bc-1.08.2.tar.gz"
[build]
template = "configure"

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
tar = "https://ftp.gnu.org/gnu/inetutils/inetutils-2.8.tar.gz"
[build]
template = "configure"

View File

@ -0,0 +1,7 @@
#TODO missing script for gnu make
[source]
git = "https://github.com/pop-os/xdg-desktop-portal-cosmic"
rev = "epoch-1.0.12"
shallow_clone = true
[build]
template = "custom"

View File

@ -0,0 +1,9 @@
#TODO not compiled or tested
[source]
tar = "https://github.com/flatpak/xdg-desktop-portal-gtk/releases/download/1.15.3/xdg-desktop-portal-gtk-1.15.3.tar.xz"
[build]
template = "meson"
dependencies = [
"xdg-desktop-portal",
"gtk3",
]

View File

@ -0,0 +1,14 @@
#TODO not compiled or tested
[source]
git = "https://invent.kde.org/plasma/xdg-desktop-portal-kde"
branch = "Plasma/6.6"
shallow_clone = true
[build]
template = "cmake"
dependencies = [
"xdg-desktop-portal",
"qt6-base",
"kcoreaddons6",
"knotifications6",
"kl18n6",
]

View File

@ -0,0 +1,12 @@
#TODO not compiled or tested
[source]
tar = "https://github.com/emersion/xdg-desktop-portal-wlr/releases/download/v0.8.2/xdg-desktop-portal-wlr-0.8.2.tar.gz"
[build]
template = "meson"
mesonflags = [
"-Dsystemd=disabled",
"-Dman-pages=disabled",
]
dependencies = [
"xdg-desktop-portal",
]

View File

@ -0,0 +1,18 @@
#TODO not compiled or tested
[source]
tar = "https://github.com/flatpak/xdg-desktop-portal/releases/download/1.20.4/xdg-desktop-portal-1.20.4.tar.xz"
[build]
template = "meson"
mesonflags = [
"-Dflatpak-interfaces=disabled",
"-Dsystemd=disabled",
"-Dgeoclue=disabled",
"-Dgudev=disabled",
"-Dsandboxed-image-validation=disabled",
"-Dsandboxed-sound-validation=disabled",
"-Dtests=false",
"-Ddocumentation=disabled",
]
dependencies = [
"glib",
]

View File

@ -0,0 +1,9 @@
#TODO not compiled or tested
[source]
tar = "https://ftp.gnu.org/gnu/parallel/parallel-20260422.tar.bz2"
[build]
template = "configure"
[package]
dependencies = [
"perl5",
]

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
tar = "https://ftp.gnu.org/gnu/ed/ed-1.22.5.tar.lz"
[build]
template = "configure"