New package: tweeny-2.
This commit is contained in:
parent
b38a8d5407
commit
33825195cb
17
srcpkgs/tweeny/template
Normal file
17
srcpkgs/tweeny/template
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'tweeny'
|
||||
pkgname=tweeny
|
||||
version=2
|
||||
revision=1
|
||||
build_style=cmake
|
||||
makedepends="SDL2-devel"
|
||||
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
|
||||
nocross="fails to find headers on cross environment"
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in New Issue
Block a user