26 lines
754 B
Bash
26 lines
754 B
Bash
# Template file for 'codelite'
|
|
pkgname=codelite
|
|
version=12.0
|
|
revision=2
|
|
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"
|
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="http://www.codelite.org"
|
|
distfiles="https://github.com/eranif/${pkgname}/archive/${version}.tar.gz"
|
|
checksum=e8912e3e0aea8890b5c65631ad94d58ddc587812c7ac6ec398e37aaa4b7005b4
|
|
|
|
only_for_archs="i686 x86_64"
|
|
|
|
pre_configure() {
|
|
sed -i 's,wx-config,&-3.0,g' CMakeLists.txt
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|