vp-build/srcpkgs/codelite/template

29 lines
851 B
Bash

# Template file for 'codelite'
pkgname=codelite
version=11.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-3"
homepage="http://www.codelite.org"
distfiles="https://github.com/eranif/${pkgname}/archive/${version}.tar.gz"
checksum=9eb23ea635fc746318a832efd752b08027c11efcd9af7f494f31dbaacdd651a1
only_for_archs="i686 x86_64"
nopie=yes
broken="https://build.voidlinux.eu/builders/x86_64_builder/builds/5702/steps/shell_3/logs/stdio"
pre_configure() {
sed -i 's,wx-config,&-3.0,g' CMakeLists.txt
}
post_install() {
vlicense LICENSE
}