parent
9803565a1f
commit
4001da7692
|
@ -1,24 +1,24 @@
|
|||
# Template file for 'juCi++'
|
||||
pkgname=juCi++
|
||||
version=1.5.0
|
||||
revision=6
|
||||
_libclangmm_commit="687b9c231d850504ec515acb9ccab73f26c34063"
|
||||
_tiny_commit="a6773276efdbc322f1abb0159301f5502647eb52"
|
||||
version=1.6.0
|
||||
revision=1
|
||||
_libclangmm_commit="043d96d0bfbfe4bbb216a0954992d744a35c60ab"
|
||||
_tiny_commit="953b19c4c0692b18fb729ffd30f1cc3412797cda"
|
||||
wrksrc="jucipp-v${version}"
|
||||
build_style=cmake
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="aspell-devel lldb-devel clang boost-devel gtksourceviewmm-devel libgit2-devel"
|
||||
depends="ctags"
|
||||
short_desc="Lightweight IDE supporting the most recent C++ standards"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
maintainer="rc-05 <rc23@email.it>"
|
||||
license="MIT"
|
||||
homepage="https://gitlab.com/cppit/jucipp"
|
||||
distfiles="https://gitlab.com/cppit/jucipp/-/archive/v${version}/jucipp-v${version}.tar.gz
|
||||
https://gitlab.com/cppit/libclangmm/-/archive/${_libclangmm_commit}/libclangmm-${_libclangmm_commit}.tar.gz
|
||||
https://gitlab.com/eidheim/tiny-process-library/-/archive/${_tiny_commit}/tiny-process-library-${_tiny_commit}.tar.gz"
|
||||
checksum="178f25db2105ee35db0a1b9a4a19205c737b416adda7d05d3b34a2b7cecd3c87
|
||||
bdc4ecf59f5de2a3ade04fac1c298b87c1af59653eaa2993d45adc0fa7d8389d
|
||||
99e0c1a2ddc59bbb30f0e6cccd9669ddc79952d4aa54ae1d6c72f9d1cf297231"
|
||||
checksum="5196b80034dea9b36b17c1d9cb4b4d5f4652095b93de5c7aa72f65e7a6170b96
|
||||
04aadcdc59bc431a19c21311f52e084f73b13316b28a8272996e2d2d4a6b75dc
|
||||
e4a154a8b950772cd931e384c0a19fd9151f83eb57143547f160c1933b9a6b77"
|
||||
nocross=yes #clang cannot be installed as makedepends when cross compiling
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
|
|
Loading…
Reference in New Issue