Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: clj-kondo-2023.05.26
@ 2023-06-21 19:40 icp1994
  2023-07-22  5:45 ` [PR PATCH] [Updated] " icp1994
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: icp1994 @ 2023-06-21 19:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 833 bytes --]

There is a new pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages clj-kondo
https://github.com/void-linux/void-packages/pull/44553

New package: clj-kondo-2023.05.26
#### Description
[Clj-kondo](https://github.com/clj-kondo/clj-kondo) performs static analysis on Clojure, ClojureScript and EDN, without the need of a running REPL.

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

A patch file from https://github.com/void-linux/void-packages/pull/44553.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-clj-kondo-44553.patch --]
[-- Type: text/x-diff, Size: 1406 bytes --]

From 89a357fa01cdbd2f8dd00923ee6797f0eb804a36 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 21 Jun 2023 01:41:19 +0530
Subject: [PATCH] New package: clj-kondo-2023.05.26

---
 srcpkgs/clj-kondo/template | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 srcpkgs/clj-kondo/template

diff --git a/srcpkgs/clj-kondo/template b/srcpkgs/clj-kondo/template
new file mode 100644
index 000000000000..3ee681eb95e4
--- /dev/null
+++ b/srcpkgs/clj-kondo/template
@@ -0,0 +1,30 @@
+# Template file for 'clj-kondo'
+pkgname=clj-kondo
+version=2023.05.26
+revision=1
+hostmakedepends="mandrel leiningen"
+makedepends="zlib-devel"
+checkdepends="clojure"
+short_desc="Static analyzer and linter for Clojure code that sparks joy"
+maintainer="icp <pangolin@vivaldi.net>"
+license="EPL-1.0"
+homepage="https://github.com/clj-kondo/clj-kondo"
+changelog="https://raw.githubusercontent.com/clj-kondo/clj-kondo/master/CHANGELOG.md"
+distfiles="https://github.com/clj-kondo/clj-kondo/archive/refs/tags/v${version}.tar.gz"
+checksum=d6ecda6aee02b3b6246a305d5a5f3057397c7fb36aebc3382de71f389906d905
+nocross="mandrel"
+
+do_build() {
+	export GRAALVM_HOME=/usr/lib/jvm/mandrel17
+	if [ "$XBPS_TARGET_LIBC" = musl ]; then
+		export CLJ_KONDO_STATIC=true
+		export CLJ_KONDO_MUSL=true
+	fi
+
+	script/compile
+}
+
+do_install() {
+	vbin clj-kondo
+	vlicense LICENSE
+}

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-04-23 18:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-21 19:40 [PR PATCH] New package: clj-kondo-2023.05.26 icp1994
2023-07-22  5:45 ` [PR PATCH] [Updated] " icp1994
2023-07-22  6:27 ` New package: clojure-lsp-2023.07.01 icp1994
2023-08-18 10:50 ` [PR PATCH] [Updated] " icp1994
2023-11-17  1:46 ` New package: clojure-lsp-2023.08.06 github-actions
2023-11-23  7:07 ` [PR PATCH] [Updated] " icp1994
2024-02-23  1:44 ` github-actions
2024-02-24  8:18 ` [PR PATCH] [Updated] " icp1994
2024-04-07 18:55 ` [PR PATCH] [Updated] New package: clojure-lsp-2024.02.01 icp1994
2024-04-23 18:53 ` [PR PATCH] [Updated] New package: clojure-lsp-2024.03.31 icp1994

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).