codelite: add explicit python_version
This commit is contained in:
parent
f466ab1050
commit
8bfcb5cd7a
|
@ -16,6 +16,7 @@ license="GPL-2.0-or-later"
|
|||
homepage="http://www.codelite.org"
|
||||
distfiles="https://github.com/eranif/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=f2653fa42d6214999718236998cb223e6de00a498c0cfde795e901be693fb9ac
|
||||
python_version=2 #unverified
|
||||
|
||||
archs="i686* x86_64* ppc64le*"
|
||||
build_options="hunspell lldb mysql sftp"
|
||||
|
@ -30,7 +31,3 @@ pre_configure() {
|
|||
-e "1i\SET(wxWidgets_CONFIG_EXECUTABLE wx-config-gtk3)" \
|
||||
CMakeLists.txt
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue