18 lines
660 B
Bash
18 lines
660 B
Bash
# 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"
|