New package: editorconfig-0.12.2
Closes #13555. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
5140614c07
commit
991e7f5510
|
@ -3274,3 +3274,4 @@ libfifechan_sdl.so.0.1.4 fifechan-0.1.4_1
|
|||
libfifechan_opengl.so.0.1.4 fifechan-0.1.4_1
|
||||
libpolyclipping.so.22 clipper-6.4.2_1
|
||||
libSoapySDR.so.0.6 SoapySDR-0.6.1_1
|
||||
libeditorconfig.so.0 editorconfig-0.12.2_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
editorconfig
|
|
@ -0,0 +1,28 @@
|
|||
# Template file for 'editorconfig'
|
||||
pkgname=editorconfig
|
||||
version=0.12.2
|
||||
revision=1
|
||||
wrksrc=editorconfig-core-c-${version}
|
||||
build_style=cmake
|
||||
makedepends="pcre-devel"
|
||||
short_desc="EditorConfig core library written in C"
|
||||
maintainer="Daniel Santana <daniel@santana.tech>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="http://editorconfig.org/"
|
||||
distfiles="https://github.com/editorconfig/editorconfig-core-c/archive/v${version}.tar.gz"
|
||||
checksum=8a63ae63d3a2f2a202acbd94a6cbe3fa4450c2658e33e922683af33c48a9115d
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
editorconfig-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.a
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/*.so
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue