mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
New package: cmake-vala
This commit is contained in:
parent
b36fd4ad84
commit
078565f32a
1 changed files with 18 additions and 0 deletions
18
srcpkgs/cmake-vala/template
Normal file
18
srcpkgs/cmake-vala/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue