Skip to content

Commit

Permalink
📝 docs: new contributor
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v1l0n committed Dec 23, 2024
1 parent 0062c26 commit 735357e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions snigdhaos-libs/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Maintainer: Eshan Roy <[email protected]>
# Contributor: d3v1l0n <[email protected]>

pkgname=snigdhaos-libs
org=Snigdha-OS
Expand All @@ -10,22 +11,23 @@ license=('MIT')
depends=(
'libnotify'
'expect'
)
)
source=(
"exec-termianl"
"snigdhaos.shlib"
"check-snpashot-boot"
"install-package"
"org.snigdhaos.libs.pkexec.policy"
"pkexec-gui"
)
)
sha256sums=(
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
)
)

pkgver(){
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
Expand Down

0 comments on commit 735357e

Please sign in to comment.