oil: add explicit python_version

This commit is contained in:
Andrew J. Hesford 2020-04-21 14:55:08 -04:00 committed by Toyam Cox
parent 2a78987f76
commit aaae119cbd

View file

@ -11,6 +11,7 @@ license="Apache-2.0"
homepage="https://www.oilshell.org"
distfiles="${homepage}/download/${pkgname}-${version}.tar.xz"
checksum=a37eb491ffee5766aa8719056d42d5d836309dc26e345ecd6a2a1d240cd18989
python_version=2 #unverified
register_shell="/usr/bin/osh"
nocross="oil is nocross"
nostrip=yes
@ -31,7 +32,3 @@ do_install() {
ln -s oil.ovm osh
ln -s oil.ovm oshc
}
post_install() {
vlicense LICENSE.txt
}