blob: d6abd2622248eda4939f3cbd00758b29d0ab3f40 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
pkgbase = cmake-converter
pkgdesc = This project aims to facilitate the conversion of Visual Studio solution to CMake projects.
pkgver = 2.2.0
pkgrel = 1
url = https://github.com/pavelliavonau/cmakeconverter
arch = any
license = AGPL3
makedepends = python-setuptools
depends = python
depends = python-colorama
depends = python-lxml
source = cmakeconverter-2.2.0.tar.gz::https://github.com/pavelliavonau/cmakeconverter/archive/refs/tags/v2.2.0.tar.gz
sha512sums = 9b34337be3582b2d5243247554849774ad711100a5c3fbb4ac563df3074ecd8d3cfd8a58c3535cfaf3f52cee8514cca62073da6739c8315e82beeff7418dd28c
pkgname = cmake-converter
|