From 97c1d3e8c363ab5ab268a8daf24ae43bd2bbf5a9 Mon Sep 17 00:00:00 2001 From: eshanized Date: Tue, 16 Apr 2024 19:53:16 +0530 Subject: [PATCH] =?UTF-8?q?=E2=8F=B3=20@eshanized=20updated=20the=20websit?= =?UTF-8?q?e=20=F0=9F=8E=89=20!!!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/dev_guide/pkgbuild-template.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/dev_guide/pkgbuild-template.md b/docs/dev_guide/pkgbuild-template.md index ef4c48a0..2c203481 100644 --- a/docs/dev_guide/pkgbuild-template.md +++ b/docs/dev_guide/pkgbuild-template.md @@ -72,7 +72,7 @@ Here is the PKGBUILD Template we follow specifically for Snigdha OS. # Maintainer: Your Name pkgname= org=Snigdha-OS # The username/organization username where you upload the Source Code. -branch=master # Your GitHub/GitLab/Gitea repository branch +branch=master # Your GitHub/GitLab/Gitea repository branch. Possible values: master, main, devlopment pkgver= # Initiate it with 1. pkgrel= # Initiate it with 1. pkgdesc='' # A short description of your package. @@ -82,6 +82,7 @@ license=('') # Possible options: MIT, GPL, AGPL, custom makedepends=('') # Dependency it install or run the package source=("") # The source of the package sha256sums=('') # checksums +install=$pkgname.install # Further instuction after installing/building the package. pkgver() { printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" @@ -93,4 +94,4 @@ pkgver() { package() { # Your package function goes here with instructions to build the package. } -``` \ No newline at end of file +```