New package: editorconfig-core-lua-0.2.0

This commit is contained in:
Felix Van der Jeugt 2018-10-04 14:33:09 +02:00 committed by maxice8
parent 30f2b560a1
commit 68e8dad9fe
2 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,16 @@
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -109,8 +109,8 @@ function(new_ec_test_full_ec_file_path name ec_file src_file regex)
set_tests_properties(${name}-open ${name}-parse PROPERTIES PASS_REGULAR_EXPRESSION "${regex}")
endfunction()
-add_subdirectory(tests/glob)
-add_subdirectory(tests/properties)
-add_subdirectory(tests/parser)
-add_subdirectory(tests/filetree)
+#add_subdirectory(tests/glob)
+#add_subdirectory(tests/properties)
+#add_subdirectory(tests/parser)
+#add_subdirectory(tests/filetree)
#add_subdirectory(tests/cli)

View File

@ -0,0 +1,20 @@
# Template file for 'editorconfig-lua'
pkgname=editorconfig-core-lua
version=0.2.0
revision=1
build_style=cmake
makedepends="editorconfig-devel lua-devel"
short_desc="EditorConfig core library written in Lua"
maintainer="Felix Van der Jeugt <felix.vanderjeugt@gmail.com>"
license="BSD-2-Clause"
homepage="https://github.com/editorconfig/${pkgname}"
distfiles="https://github.com/editorconfig/${pkgname}/archive/v${version}.tar.gz"
checksum=cce8fc6a02d41a665bee098b275026ab9b9043f97c553a3019ade650779b13a0
do_install() {
vinstall build/editorconfig_core.so 755 usr/lib/lua/5.3/
}
post_install() {
vlicense LICENSE
}