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
c/check/Pakva Normal file
View file

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