summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e20c3445e29aff0de38f336b1e2d7cc7fa3dcc87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: yuioto <yuiotochan@outlook.com>

pkgname=yuioto-keyring
_name=yuioto
pkgver=20240207
pkgrel=2
pkgdesc='yuioto PGP keyring'
arch=('any')
url='https://github.com/yuioto/yuioto-keyring'
license=('GPL-3.0-only')

source=("${pkgname}-${pkgver}::$url/archive/refs/tags/${pkgver}.tar.gz")
sha512sums=('66873b4cea3e39b0d5cbf47120597ea0c6fbed3f7b3cf25c39639be300908ff38d8aec40f63ae78719bd48fa33f6a4db83fcb06990fb2d1e6986fc1ec91ae56b')
install=${pkgname}.install

package() {
	install -Dm644 ${pkgname}-${pkgver}/${_name}.gpg $pkgdir/usr/share/pacman/keyrings/${_name}.gpg
	install -Dm644 ${pkgname}-${pkgver}/${_name}-revoked $pkgdir/usr/share/pacman/keyrings/${_name}-revoked
	install -Dm644 ${pkgname}-${pkgver}/${_name}-trusted $pkgdir/usr/share/pacman/keyrings/${_name}-trusted

}