void-packages/srcpkgs/tweeny/template
2018-08-29 18:00:59 +02:00

17 lines
460 B
Bash

# Template file for 'tweeny'
pkgname=tweeny
version=2
revision=1
build_style=cmake
configure_args="-DTWEENY_BUILD_EXAMPLES=OFF"
short_desc="Modern C++ tweening library"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT"
homepage="https://github.com/mobius3/tweeny"
distfiles="https://github.com/mobius3/tweeny/archive/${version}.tar.gz"
checksum=3a5a4171b96ce85e90eea06b7b3bc80793a357b5638d49f6cf0531771fc2234a
post_install() {
vlicense LICENSE
}