mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
New package: cmakelang-0.6.13
This commit is contained in:
parent
b5098b2f63
commit
c9c373535b
1 changed files with 17 additions and 0 deletions
17
srcpkgs/cmakelang/template
Normal file
17
srcpkgs/cmakelang/template
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'cmakelang'
|
||||
pkgname=cmakelang
|
||||
version=0.6.13
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-six"
|
||||
checkdepends="$depends python3-pytest cmake git"
|
||||
short_desc="Source code formatter for cmake listfiles"
|
||||
maintainer="meator <meator.dev@gmail.com>"
|
||||
license="GPL-3.0-only"
|
||||
homepage="https://github.com/cheshirekow/cmake_format"
|
||||
distfiles="https://github.com/cheshirekow/cmake_format/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=b67dd150380d9223036a12f82126a7a9b18e77db4a8d7240f993ee090884e4bf
|
||||
# tests are broken, they also rely on git to pull a repo which requires
|
||||
# internet access
|
||||
make_check="no"
|
Loading…
Add table
Reference in a new issue