frok from rsync://littlefoxpro.xyz/repository/leaf

This commit is contained in:
2024-06-05 16:02:11 -04:00
commit b2a10ea78d
14 changed files with 1574 additions and 0 deletions

14
template.PKGBUILD Normal file
View File

@@ -0,0 +1,14 @@
pkgname=""
pkgver=""
pkgdesc=""
homepage=""
license=("")
sources=("${pkgname}-${pkgver}.tar.xz")
src_prepare() {
tar -xf ${DIST_DIR}/${pkgname}-${pkgver}/${sources[0]} --strip-components=1
}
src_build() {
:
}