New package: cmake-vala

This commit is contained in:
purpurrot 2019-02-23 19:22:41 +01:00 committed by maxice8
parent b36fd4ad84
commit 078565f32a
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# Template file for 'cmake-vala'
pkgname=cmake-vala
version=1
revision=1
archs=noarch
wrksrc="cmake-vala-r${version}"
build_style=cmake
depends="cmake"
short_desc="Vala CMake modules"
maintainer="John Eira <john.eira@web.de>"
license="BSD-3-Clause"
homepage="https://gitlab.com/vala-panel-project/cmake-vala"
distfiles="https://gitlab.com/vala-panel-project/cmake-vala/-/archive/r${version}/cmake-vala-r${version}.tar.gz"
checksum=f8801ce01ed7ced690229ef81c0809af212166d585a0de8cf2b276444fd9f942
pkg_install() {
vlicense LICENSE
}