# Maintainer: David Macek <david.macek.0@gmail.com>

pkgname=msys2-keyring
epoch=1
pkgver=20251012
pkgrel=1
pkgdesc='MSYS2 PGP keyring'
arch=('any')
url='https://github.com/msys2/MSYS2-keyring'
license=('GPL')
install="${pkgname}.install"
source=("https://github.com/msys2/MSYS2-keyring/archive/${pkgver}.tar.gz")
sha256sums=('06822c27ed5c51467ad35b53e38083835bc4a845c16e544f7aade5fa2e361476')
msys2_references=(
  'internal'
)

package() {
  cd "MSYS2-keyring-${pkgver}"
  make PREFIX=/usr DESTDIR=${pkgdir} install
}
