codelite: add explicit python_version

This commit is contained in:
Andrew J. Hesford 2020-04-21 14:55:07 -04:00 committed by Toyam Cox
parent f466ab1050
commit 8bfcb5cd7a
1 changed files with 1 additions and 4 deletions

View File

@ -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
}