mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
tweeny: fix cross
This commit is contained in:
parent
03bd95dd85
commit
070c1ac3a3
1 changed files with 1 additions and 2 deletions
|
@ -3,14 +3,13 @@ pkgname=tweeny
|
||||||
version=2
|
version=2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
makedepends="SDL2-devel"
|
configure_args="-DTWEENY_BUILD_EXAMPLES=OFF"
|
||||||
short_desc="Modern C++ tweening library"
|
short_desc="Modern C++ tweening library"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/mobius3/tweeny"
|
homepage="https://github.com/mobius3/tweeny"
|
||||||
distfiles="https://github.com/mobius3/tweeny/archive/${version}.tar.gz"
|
distfiles="https://github.com/mobius3/tweeny/archive/${version}.tar.gz"
|
||||||
checksum=3a5a4171b96ce85e90eea06b7b3bc80793a357b5638d49f6cf0531771fc2234a
|
checksum=3a5a4171b96ce85e90eea06b7b3bc80793a357b5638d49f6cf0531771fc2234a
|
||||||
nocross="fails to find headers on cross environment"
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue