Init, adding corrade,magnum,magnum-plugins,magnum-integration,magnum-extras, and magnum-examples 2025.47_1

This commit is contained in:
2025-11-19 13:35:26 +02:00
parent 6031ef978f
commit 17b687c5c1
346 changed files with 28087 additions and 12 deletions

21
srcpkgs/corrade/template Normal file
View File

@@ -0,0 +1,21 @@
# Template file for 'corrade'
pkgname=corrade
version=2025.47
revision=1
build_style=cmake
configure_args="-DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DCORRADE_CPU_USE_IFUNC=OFF"
hostmakedepends="git"
short_desc="A multiplatform utility library written in C++11"
maintainer="Dora 'cat' <cat@thenight.club>"
license="MIT"
homepage="https://magnum.graphics/corrade/"
changelog="https://github.com/mosra/corrade/blob/master/doc/corrade-changelog.dox"
repository=magnum
do_fetch(){
git clone https://github.com/mosra/corrade/ "$wrksrc"
}
post_install() {
vlicense COPYING LICENSE
}