oil: add explicit python_version
This commit is contained in:
parent
2a78987f76
commit
aaae119cbd
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue