blob: 742e02cdb6e745fe3cbfd51644c37afcb71d03db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = cpp-gen-bin
pkgdesc = Modern C++ project generator with CMake, package managers, IDE configurations and development tools
pkgver = 0.3.0
pkgrel = 1
url = https://github.com/matpdev/cpp-gen
arch = x86_64
arch = i686
license = MIT
provides = cpp-gen
conflicts = cpp-gen
options = !strip
source_x86_64 = cpp-gen-bin-0.3.0-x86_64.tar.gz::https://github.com/matpdev/cpp-gen/releases/download/v0.3.0/cpp-gen_0.3.0_linux_amd64.tar.gz
sha256sums_x86_64 = 2fe96b770adc3325a8d410c6b6564086f677f24fabe1d940fb1f69f63a06d518
source_i686 = cpp-gen-bin-0.3.0-i686.tar.gz::https://github.com/matpdev/cpp-gen/releases/download/v0.3.0/cpp-gen_0.3.0_linux_386.tar.gz
sha256sums_i686 = 1c8b2dbedb967f3b45a205b462469e7d378ae268118131a0fa9ff098f1d362c4
pkgname = cpp-gen-bin
|