Initial commit: pakva files

This commit is contained in:
L0m1g 2025-05-03 16:25:48 +02:00
commit 96f61487d5
36 changed files with 432 additions and 0 deletions

12
e/e2fsprogs/Pakva Normal file
View file

@ -0,0 +1,12 @@
name="e2fsprogs"
version="1.47.2"
revision=1
source=("https://www.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v1.47.2/e2fsprogs-1.47.2.tar.gz")
build() {
echo "Build function not implemented"
}
pak() {
echo "Packaging function not implemented"
}

12
e/elfutils/Pakva Normal file
View file

@ -0,0 +1,12 @@
name="elfutils"
version="0.193"
revision=1
source=("https://sourceware.org/pub/elfutils/0.193/elfutils-0.193.tar.bz2")
build() {
echo "Build function not implemented"
}
pak() {
echo "Packaging function not implemented"
}

12
e/expat/Pakva Normal file
View file

@ -0,0 +1,12 @@
name="expat"
version="2.7.1"
revision=1
source=("https://github.com/libexpat/libexpat/releases/download/R_2_7_1/expat-2.7.1.tar.gz")
build() {
echo "Build function not implemented"
}
pak() {
echo "Packaging function not implemented"
}

12
e/expect/Pakva Normal file
View file

@ -0,0 +1,12 @@
name="expect"
version="5.45.4"
revision=1
source=("https://sourceforge.net/projects/expect/files/Expect/5.45.4/expect5.45.4.tar.gz/download")
build() {
echo "Build function not implemented"
}
pak() {
echo "Packaging function not implemented"
}