aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRatakor <ratakor@disroot.org>2023-08-13 21:15:00 +0200
committerRatakor <ratakor@disroot.org>2023-08-13 21:15:00 +0200
commit07acc76237ae4d263801839cd3b7a25bcd729762 (patch)
tree36b50ba127a69a4865d5e5de93c4caad5ca7b59f
parent2b893c9d90ef453a58eaa5d9f8892e7fa6b03993 (diff)
update
-rw-r--r--README.md2
-rw-r--r--packages/zls/.gitignore1
-rw-r--r--packages/zls/PKGBUILD28
-rw-r--r--x86_64/ratakor-repo.dbbin23922 -> 24551 bytes
-rw-r--r--x86_64/ratakor-repo.db.sigbin438 -> 438 bytes
-rw-r--r--x86_64/ratakor-repo.filesbin40480 -> 41150 bytes
-rw-r--r--x86_64/ratakor-repo.files.sigbin438 -> 438 bytes
-rw-r--r--x86_64/zls-0.11.0.r17.g4c3236b-1-x86_64.pkg.tar.zstbin0 -> 1245625 bytes
-rw-r--r--x86_64/zls-0.11.0.r17.g4c3236b-1-x86_64.pkg.tar.zst.sigbin0 -> 438 bytes
9 files changed, 30 insertions, 1 deletions
diff --git a/README.md b/README.md
index a1a9d12..d3abc99 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Ratakor Arch repository
-Last updated: Sun, 13 Aug 2023 18:15:18 +0200
+Last updated: Sun, 13 Aug 2023 21:14:10 +0200
## Setup
curl -s https://git.ratakor.com/ratakor-repo.git/plain/setup | sudo sh
diff --git a/packages/zls/.gitignore b/packages/zls/.gitignore
new file mode 100644
index 0000000..dc8f36d
--- /dev/null
+++ b/packages/zls/.gitignore
@@ -0,0 +1 @@
+zls/
diff --git a/packages/zls/PKGBUILD b/packages/zls/PKGBUILD
new file mode 100644
index 0000000..e5f3487
--- /dev/null
+++ b/packages/zls/PKGBUILD
@@ -0,0 +1,28 @@
+# Maintainer: Ratakor <ratakor@disroot.org>
+
+pkgname=zls
+pkgver=0.11.0.r17.g4c3236b
+pkgver() { git -C "$pkgname" describe --tags | sed 's/^v//;s/-/.r/;s/-/./g'; }
+pkgrel=1
+pkgdesc="A language server for Zig"
+arch=('x86_64')
+url="https://github.com/zigtools/$pkgname"
+license=('MIT')
+depends=('zig')
+makedepends=('git')
+provides=("$pkgname")
+conflicts=("$pkgname")
+source=("git+$url")
+sha256sums=('SKIP')
+
+build() {
+ cd "$srcdir/$pkgname"
+ zig build -Doptimize=ReleaseSafe
+}
+
+package() {
+ cd "$srcdir/$pkgname"
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
+ install -Dm755 "zig-out/bin/$pkgname" "$pkgdir/usr/bin/$pkgname"
+}
diff --git a/x86_64/ratakor-repo.db b/x86_64/ratakor-repo.db
index 84fde93..0d3ef26 100644
--- a/x86_64/ratakor-repo.db
+++ b/x86_64/ratakor-repo.db
Binary files differ
diff --git a/x86_64/ratakor-repo.db.sig b/x86_64/ratakor-repo.db.sig
index a594c13..8eef416 100644
--- a/x86_64/ratakor-repo.db.sig
+++ b/x86_64/ratakor-repo.db.sig
Binary files differ
diff --git a/x86_64/ratakor-repo.files b/x86_64/ratakor-repo.files
index 6fe3421..6472b93 100644
--- a/x86_64/ratakor-repo.files
+++ b/x86_64/ratakor-repo.files
Binary files differ
diff --git a/x86_64/ratakor-repo.files.sig b/x86_64/ratakor-repo.files.sig
index 79ce9b2..8d17c0f 100644
--- a/x86_64/ratakor-repo.files.sig
+++ b/x86_64/ratakor-repo.files.sig
Binary files differ
diff --git a/x86_64/zls-0.11.0.r17.g4c3236b-1-x86_64.pkg.tar.zst b/x86_64/zls-0.11.0.r17.g4c3236b-1-x86_64.pkg.tar.zst
new file mode 100644
index 0000000..5cb201c
--- /dev/null
+++ b/x86_64/zls-0.11.0.r17.g4c3236b-1-x86_64.pkg.tar.zst
Binary files differ
diff --git a/x86_64/zls-0.11.0.r17.g4c3236b-1-x86_64.pkg.tar.zst.sig b/x86_64/zls-0.11.0.r17.g4c3236b-1-x86_64.pkg.tar.zst.sig
new file mode 100644
index 0000000..15b60e4
--- /dev/null
+++ b/x86_64/zls-0.11.0.r17.g4c3236b-1-x86_64.pkg.tar.zst.sig
Binary files differ