For some reason the master version does not give you the latest, only the latest tagged release which is not really nightly, so i had to tweak it by looking at the index.json.
Search Criteria
Package Details: zls-nightly-bin 0.13.0_dev.64_bcd7784-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/zls-nightly-bin.git (read-only, click to copy) |
---|---|
Package Base: | zls-nightly-bin |
Description: | A Zig language server. [YOU MUST USE ZIG MASTER VERSION] |
Upstream URL: | https://github.com/zigtools/zls/wiki/Installation |
Licenses: | MIT |
Conflicts: | zls |
Provides: | zls |
Submitter: | Zarkli |
Maintainer: | impulse |
Last Packager: | impulse |
Votes: | 2 |
Popularity: | 1.01 |
First Submitted: | 2024-03-27 14:13 (UTC) |
Last Updated: | 2024-06-19 07:49 (UTC) |
Dependencies (5)
- awk (gawk-gitAUR, busybox-coreutilsAUR, gawk) (make)
- grep (grep-gitAUR, busybox-coreutilsAUR, grep-compatAUR) (make)
- jq (jq-gitAUR) (make)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR) (optional) – for downloading JSON data
- wget (wget-gitAUR, wurlAUR) (optional) – for downloading JSON data
Required by (1)
- helix-ext (requires zls) (optional)
Sources (0)
Latest Comments
impulse commented on 2024-06-19 07:52 (UTC)
Zarkli commented on 2024-04-27 05:35 (UTC)
Oh, sorry, @ufbycd. I won't use ArchLinux anymore. I'd disown this package. If you like, you can maintain this package. Thanks!
chenss commented on 2024-04-27 03:10 (UTC) (edited on 2024-04-27 03:14 (UTC) by chenss)
checksum error! fix:
-source_x86_64=("https://zigtools-releases.nyc3.digitaloceanspaces.com/zls/master/x86_64-linux/zls")
+source_x86_64=("${pkgname}-${pkgver}::https://zigtools-releases.nyc3.digitaloceanspaces.com/zls/master/x86_64-linux/zls")
-sha256sums_x86_64=('f561c6757ad05bc0287699bfc3f117833932210cce3701969ca94f37b7e52721')
+sha256sums_x86_64=('3677fd0342cfd66d062d864e330adbb719204a9509b256b38ac157ea2edff27d')
- install -Dm755 ./zls "$pkgdir/usr/bin/zls"
+ install -Dm755 "${pkgname}-${pkgver}" "$pkgdir/usr/bin/zls"
Pinned Comments
impulse commented on 2024-06-19 07:52 (UTC)
For some reason the master version does not give you the latest, only the latest tagged release which is not really nightly, so i had to tweak it by looking at the index.json.