2016-09-20 14:08:49 +02:00
|
|
|
# Template file for 'codelite'
|
|
|
|
pkgname=codelite
|
2018-02-27 08:40:51 +01:00
|
|
|
version=12.0
|
2018-03-08 20:15:26 +01:00
|
|
|
revision=2
|
2016-09-20 14:08:49 +02:00
|
|
|
build_style=cmake
|
|
|
|
configure_args="-DENABLE_CLANG=1 -DENABLE_LLDB=1 -DWITH_MYSQL=1"
|
|
|
|
hostmakedepends="pkg-config clang"
|
|
|
|
makedepends="wxWidgets-devel libmariadbclient-devel sqlite-devel libssh-devel
|
|
|
|
gtk+-devel"
|
|
|
|
short_desc="Open-source, cross platform IDE for the C/C++ programming languages"
|
2017-04-06 18:52:20 +02:00
|
|
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
2018-03-08 20:15:26 +01:00
|
|
|
license="GPL-2.0-or-later"
|
2016-09-20 14:08:49 +02:00
|
|
|
homepage="http://www.codelite.org"
|
|
|
|
distfiles="https://github.com/eranif/${pkgname}/archive/${version}.tar.gz"
|
2018-02-27 08:40:51 +01:00
|
|
|
checksum=e8912e3e0aea8890b5c65631ad94d58ddc587812c7ac6ec398e37aaa4b7005b4
|
2016-09-20 14:08:49 +02:00
|
|
|
|
|
|
|
only_for_archs="i686 x86_64"
|
2017-11-03 18:59:21 +01:00
|
|
|
|
2016-09-20 14:08:49 +02:00
|
|
|
pre_configure() {
|
|
|
|
sed -i 's,wx-config,&-3.0,g' CMakeLists.txt
|
|
|
|
}
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE
|
|
|
|
}
|