Skip to content
Snippets Groups Projects
Commit 9c43e5bc authored by jean-michel's avatar jean-michel
Browse files

Update PKGBUILD.proto

parent b3f20c03
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ source=(
"${pkgbase}::git+${url}#${track}=${target}"
)
#------------------------------BUILD CONFIGURATION----------------------
#------------------------| BUILD CONFIGURATION |------------------------
makedepends=(
'git'
......@@ -30,7 +30,7 @@ checkdepends=(
)
#------------------------------BUILD PREPARATION------------------------
#-------------------------| BUILD PREPARATION |-------------------------
pkgver() {
cd "${pkgname}"
......@@ -41,25 +41,25 @@ prepare() {
cd "${pkgname}"
}
#------------------------------BUILD------------------------------------
#-------------------------------| BUILD |-------------------------------
build() {
cd "${pkgname}"
}
#------------------------------CHECK------------------------------------
#-------------------------------| CHECK |-------------------------------
check() {
cd "${pkgname}"
}
#------------------------------PACKAGE----------------------------------
#------------------------------| PACKAGE |------------------------------
package() {
cd "${pkgname}"
}
#------------------------------INSTALL CONFIGURATION--------------------
#-----------------------| INSTALL CONFIGURATION |-----------------------
pkgname=(
"${pkgbase}"
......@@ -96,7 +96,7 @@ replaces=(
)
#-------------------------------SECURITY AND LICENCE--------------------
#------------------------| SECURITY AND LICENCE |-----------------------
validpgpkeys=(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment