# Maintainer: Tony Garnock-Jones pkgname=syndicate-schemas pkgver=0.4.0-r20240301 pkgrel=1 pkgdesc="Shared Syndicate Preserves Schema definitions" url="https://syndicate-lang.org/" arch="noarch" license="Apache-2.0" source="https://git.syndicate-lang.org/syndicate-lang/syndicate-protocols/archive/${pkgver}.zip" builddir="$srcdir/syndicate-protocols" makedepends="" options="!check" package() { cd "$builddir" mkdir -p "$pkgdir/usr/share/syndicate/schemas" cp schema-bundle.bin "$pkgdir/usr/share/syndicate/schemas/schema-bundle.prb" cp schemas/*.prs "$pkgdir/usr/share/syndicate/schemas/." } sha512sums=" 5669756bceec8c5283041f701016e413981894e268a8630ea32332a2529143242c190dd31425de18daa249c913f10402700c00dee07ab4ee92c13a5210c68853 0.4.0-r20240301.zip "