This commit is contained in:
siaeyy 2025-12-09 21:35:21 +03:00
commit fec2923487
2 changed files with 15 additions and 0 deletions

6
.SRCINFO Normal file
View file

@ -0,0 +1,6 @@
pkgbase = sb
pkgver = 0.0.1
pkgrel = 1
arch = any
pkgname = sb

9
PKGBUILD Normal file
View file

@ -0,0 +1,9 @@
pkgname="sb"
pkgdesc=""
pkgver="0.0.1"
pkgrel="1"
arch=("any")
package() {
return 0
}