Advertisement
Guest User

boot 2.5.2

a guest
Dec 24th, 2015
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. # Maintainer: Tobias Frilling <tobias@frilling-online.de>
  2. pkgname=boot
  3. pkgver=2.5.2
  4. pkgrel=1
  5. pkgdesc="A Clojure build framework and ad-hoc Clojure script evaluator"
  6. arch=('any')
  7. url="https://github.com/boot-clj/boot"
  8. license=("EPL")
  9. depends=('java-environment' 'bash')
  10. source=("https://github.com/boot-clj/boot-bin/releases/download/2.4.2/boot.sh")
  11. sha1sums=('e195caef87883c215e6bbfef5e6e6bd0adc9fbb8')
  12.  
  13.  
  14. package() {
  15. cd ${srcdir}
  16. install -m 755 -D boot.sh ${pkgdir}/usr/bin/boot
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement