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
b/bash/Pakva Normal file
View file

@ -0,0 +1,12 @@
name="bash"
version="5.2.37"
revision=1
source=("https://ftp.gnu.org/gnu/bash/bash-5.2.37.tar.gz")
build() {
echo "Build function not implemented"
}
pak() {
echo "Packaging function not implemented"
}

12
b/bc/Pakva Normal file
View file

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

12
b/binutils/Pakva Normal file
View file

@ -0,0 +1,12 @@
name="binutils"
version="2.44"
revision=1
source=("https://ftp.gnu.org/gnu/binutils/binutils-2.44.tar.gz")
build() {
echo "Build function not implemented"
}
pak() {
echo "Packaging function not implemented"
}

12
b/bison/Pakva Normal file
View file

@ -0,0 +1,12 @@
name="bison"
version="3.8.2"
revision=1
source=("https://ftp.gnu.org/gnu/bison/bison-3.8.2.tar.gz")
build() {
echo "Build function not implemented"
}
pak() {
echo "Packaging function not implemented"
}

12
b/bzip2/Pakva Normal file
View file

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