15 lines
430 B
Bash
15 lines
430 B
Bash
pkgname=darkline-keyring
|
|
pkgver=20250525
|
|
pkgrel=2
|
|
pkgdesc='darkline.cc repo keyring+bootstrap'
|
|
arch=('any')
|
|
license=('GPL-3.0-or-later')
|
|
url='https://darkline.cc/termux'
|
|
install="${pkgname}.install"
|
|
depends=('pacman' 'darkline-postinst')
|
|
source=('darkine.gpg')
|
|
sha256sums=('b7e2b1cd9e244c15e278a117152d19e6fa7559736e575d4bd2d79bc3981c5929')
|
|
package() {
|
|
install -D -m0644 -t "${terdir}"/usr/share/pacman/keyrings/ 'darkine.gpg'
|
|
}
|