synit/packaging/packages/syndicate-schemas/APKBUILD

24 lines
805 B
Plaintext
Raw Normal View History

2022-01-14 13:49:56 +00:00
# Maintainer: Tony Garnock-Jones <tonyg@leastfixedpoint.com>
pkgname=syndicate-schemas
2023-10-31 22:40:41 +00:00
pkgver=0.3.0-r20231031
2022-01-14 14:09:03 +00:00
pkgrel=1
2022-01-14 13:49:56 +00:00
pkgdesc="Shared Syndicate Preserves Schema definitions"
url="https://syndicate-lang.org/"
arch="noarch"
license="Apache-2.0"
2022-02-06 22:07:22 +00:00
source="https://git.syndicate-lang.org/syndicate-lang/syndicate-protocols/archive/${pkgver}.zip"
2022-01-14 13:49:56 +00:00
builddir="$srcdir/syndicate-protocols"
2022-01-14 14:09:03 +00:00
makedepends=""
2022-01-14 13:49:56 +00:00
options="!check"
package() {
cd "$builddir"
mkdir -p "$pkgdir/usr/share/syndicate/schemas"
2022-01-14 14:09:03 +00:00
cp schema-bundle.bin "$pkgdir/usr/share/syndicate/schemas/schema-bundle.prb"
cp schemas/*.prs "$pkgdir/usr/share/syndicate/schemas/."
2022-01-14 13:49:56 +00:00
}
sha512sums="
2023-10-31 23:28:14 +00:00
d55524dfcf2cdb0d7cb497d904ef32ee11beaab3cb100c41eb02e4012d26ec3cc6aee1cec1c20be437e83f4d4e651697193ff255db2be3da45267ac3a89541fb 0.3.0-r20231031.zip
2022-01-14 13:49:56 +00:00
"