mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 18:43:51 +02:00
embb: fix license
This commit is contained in:
parent
c11cf26f0e
commit
a752aec44a
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'embb'
|
# Template file for 'embb'
|
||||||
pkgname=embb
|
pkgname=embb
|
||||||
version=1.0.0
|
version=1.0.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DUSE_C11_AND_CXX11=ON -DBUILD_SHARED_LIBS=ON -DBUILD_TESTS=OFF -DINSTALL_PREFIX=/usr"
|
configure_args="-DUSE_C11_AND_CXX11=ON -DBUILD_SHARED_LIBS=ON -DBUILD_TESTS=OFF -DINSTALL_PREFIX=/usr"
|
||||||
short_desc="Library for parallel programming of embedded systems"
|
short_desc="Library for parallel programming of embedded systems"
|
||||||
maintainer="Florian Eich <flrn@nrmncr.net>"
|
maintainer="Florian Eich <flrn@nrmncr.net>"
|
||||||
license="BSD-2"
|
license="BSD-2-Clause"
|
||||||
homepage="https://embb.io/"
|
homepage="https://embb.io/"
|
||||||
distfiles="https://github.com/siemens/embb/releases/download/v${version}/embb-${version}.tar.gz"
|
distfiles="https://github.com/siemens/embb/releases/download/v${version}/embb-${version}.tar.gz"
|
||||||
checksum=a392c710df719bbb1513dd9a6835ab9d73494d7355a47f17e818179fea64dcc8
|
checksum=a392c710df719bbb1513dd9a6835ab9d73494d7355a47f17e818179fea64dcc8
|
||||||
|
|
Loading…
Add table
Reference in a new issue