We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0b3362 commit 864c248Copy full SHA for 864c248
srcpkgs/elan/template
@@ -0,0 +1,19 @@
1
+# Template file for 'elan'
2
+pkgname=elan
3
+version=4.1.2
4
+revision=1
5
+build_style=cargo
6
+hostmakedepends="pkg-config"
7
+makedepends="openssl-devel libzstd-devel"
8
+short_desc="Lean version manager"
9
+maintainer="Komeil Parseh <[email protected]>"
10
+license="Apache-2.0 AND MIT"
11
+homepage="https://github.com/leanprover/elan"
12
+changelog="https://github.com/leanprover/elan/blob/master/CHANGELOG.md"
13
+distfiles="https://github.com/leanprover/elan/archive/refs/tags/v${version}.tar.gz"
14
+checksum=7d31b3d1d69857b11611363bd94bfdc4f0525a85077f20f823abf65b39ccc350
15
+
16
+post_install() {
17
+ vlicense LICENSE-APACHE
18
+ vlicense LICENSE-MIT
19
+}
0 commit comments