mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
editorconfig: update to 0.12.3.
This commit is contained in:
parent
20c789635c
commit
7cadb95cd5
1 changed files with 7 additions and 6 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'editorconfig'
|
# Template file for 'editorconfig'
|
||||||
pkgname=editorconfig
|
pkgname=editorconfig
|
||||||
version=0.12.2
|
version=0.12.3
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=editorconfig-core-c-${version}
|
wrksrc="editorconfig-core-c-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
makedepends="pcre-devel"
|
makedepends="pcre2-devel"
|
||||||
short_desc="EditorConfig core library written in C"
|
short_desc="EditorConfig core library written in C"
|
||||||
maintainer="Daniel Santana <daniel@santana.tech>"
|
maintainer="Daniel Santana <daniel@santana.tech>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="http://editorconfig.org/"
|
homepage="http://editorconfig.org/"
|
||||||
distfiles="https://github.com/editorconfig/editorconfig-core-c/archive/v${version}.tar.gz"
|
distfiles="https://github.com/editorconfig/editorconfig-core-c/archive/v${version}.tar.gz"
|
||||||
checksum=8a63ae63d3a2f2a202acbd94a6cbe3fa4450c2658e33e922683af33c48a9115d
|
checksum=64edf79500e104e47035cace903f5c299edba778dcff71b814b7095a9f14cbc1
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
@ -21,8 +21,9 @@ editorconfig-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/*.a
|
vmove "usr/lib/*.a"
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/lib/*.so
|
vmove usr/lib/cmake
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue