void-packages/srcpkgs/codelite/template

27 lines
753 B
Bash
Raw Normal View History

2016-09-20 12:08:49 +00:00
# Template file for 'codelite'
pkgname=codelite
2017-10-10 13:45:56 +00:00
version=11.0
2017-01-05 09:29:57 +00:00
revision=1
2016-09-20 12:08:49 +00: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 16:52:20 +00:00
maintainer="Andrea Brancaleoni <abc@pompel.me>"
2016-09-20 12:08:49 +00:00
license="GPL-3"
homepage="http://www.codelite.org"
distfiles="https://github.com/eranif/${pkgname}/archive/${version}.tar.gz"
2017-10-10 13:45:56 +00:00
checksum=9eb23ea635fc746318a832efd752b08027c11efcd9af7f494f31dbaacdd651a1
2016-09-20 12:08:49 +00:00
only_for_archs="i686 x86_64"
nopie=yes
pre_configure() {
sed -i 's,wx-config,&-3.0,g' CMakeLists.txt
}
post_install() {
vlicense LICENSE
}