mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
Merge pull request #1150 from nmeum/leiningen
New package: leiningen-2.5.1
This commit is contained in:
commit
57d7e7d1f6
1 changed files with 20 additions and 0 deletions
20
srcpkgs/leiningen/template
Normal file
20
srcpkgs/leiningen/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'leiningen'
|
||||||
|
pkgname=leiningen
|
||||||
|
version=2.5.1
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
short_desc="Automate Clojure projects without setting your hair on fire"
|
||||||
|
maintainer="Sören Tempel <soeren+void@soeren-tempel.net>"
|
||||||
|
license="EPL"
|
||||||
|
depends="bash virtual?java-runtime"
|
||||||
|
homepage="http://leiningen.org/"
|
||||||
|
distfiles="https://github.com/technomancy/leiningen/archive/${version}.tar.gz"
|
||||||
|
checksum=37eeb83f45f713e9e1ab79c5f30f378d0173101698c28eee97180c100de4e1bc
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin bin/lein
|
||||||
|
vman doc/lein.1
|
||||||
|
|
||||||
|
vinstall zsh_completion.zsh 644 usr/share/zsh/site-functions _lein
|
||||||
|
vinstall bash_completion.bash 644 usr/share/bash-completion/completions lein
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue