mirror of
https://github.com/Snigdha-OS/snigdhaos-pkgbuilds.git
synced 2025-09-22 20:45:00 +02:00

Some checks are pending
Check Conventional Commit / check-commit-message (push) Waiting to run
13 lines
226 B
Bash
13 lines
226 B
Bash
# Maintainer: CELESTIFYX Team <celestifyx@gmail.com>
|
|
|
|
pkgname="snigdhaos-keyring"
|
|
pkgver=1.0.0
|
|
pkgrel=1
|
|
pkgdesc="Keyring for Snigdha OS."
|
|
arch=("any")
|
|
license=("GPL-3.0-or-later")
|
|
|
|
package() {
|
|
cp -r "../usr" "${pkgdir}"
|
|
}
|