# Maintainer: Tony Garnock-Jones pkgname=syndicate-schemas pkgver=0.3.0-r20231031 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=" d55524dfcf2cdb0d7cb497d904ef32ee11beaab3cb100c41eb02e4012d26ec3cc6aee1cec1c20be437e83f4d4e651697193ff255db2be3da45267ac3a89541fb 0.3.0-r20231031.zip "