Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions srcpkgs/elan/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Template file for 'elan'
pkgname=elan
version=4.1.2
revision=1
build_style=cargo
hostmakedepends="pkg-config"
makedepends="openssl-devel libzstd-devel"
short_desc="Lean version manager"
maintainer="Komeil Parseh <[email protected]>"
license="Apache-2.0 AND MIT"
homepage="https://github.com/leanprover/elan"
changelog="https://github.com/leanprover/elan/blob/master/CHANGELOG.md"
distfiles="https://github.com/leanprover/elan/archive/refs/tags/v${version}.tar.gz"
checksum=7d31b3d1d69857b11611363bd94bfdc4f0525a85077f20f823abf65b39ccc350

post_install() {
vlicense LICENSE-APACHE
vlicense LICENSE-MIT
}