frok from rsync://littlefoxpro.xyz/repository/leaf
This commit is contained in:
14
template.PKGBUILD
Normal file
14
template.PKGBUILD
Normal 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() {
|
||||
:
|
||||
}
|
||||
Reference in New Issue
Block a user