Skip to content

Instantly share code, notes, and snippets.

@erwinv
Created February 19, 2019 05:33
Show Gist options
  • Save erwinv/52374304655b8b75ae0ba45bad41e4c3 to your computer and use it in GitHub Desktop.
Save erwinv/52374304655b8b75ae0ba45bad41e4c3 to your computer and use it in GitHub Desktop.
lift-cli
# Maintainer: Erwin Villejo <erwin.villejo@gmail.com>
pkgname=lift-cli
pkgver=0.1
pkgrel=1
pkgdesc="Java libraries and command line tools for the 'Algorithms, 4th Edition' Princeton course."
arch=('any')
url="https://lift.cs.princeton.edu"
license=('unknown')
depends=('jdk-openjdk' 'sh' 'bash')
source=('https://lift.cs.princeton.edu/java/linux/lift-cli.zip')
noextract=('lift-cli.zip')
md5sums=('58646efbf8bdec77e00580252f0a6792')
package() {
mkdir -p $pkgdir/usr/local
unzip -d $pkgdir/usr/local $pkgname.zip
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment