# Maintainer: Eragon pkgname=pg_uuidv7 pkgver=1.5.0 pkgrel=1 pkgdesc="A tiny Postgres extension to create valid version 7 UUIDs in Postgres." arch=(any) url="https://github.com/fboulnois/pg_uuidv7" license=('MPL2') depends=('postgresql') makedepends=('postgresql-libs') source=("https://github.com/fboulnois/pg_uuidv7/archive/refs/tags/v${pkgver}.tar.gz") sha256sums=("5f53e5ce0fa4e01c1d489f736478224571d4b2b88eaf63186265e38f0b8d3d78") install=package.install build() { cd "${srcdir}/${pkgname}-${pkgver}" make } package() { cd "${srcdir}/${pkgname}-${pkgver}/" make DESTDIR="${pkgdir}/" install }