16 lines
493 B
Bash
16 lines
493 B
Bash
# Template file for 'tweeny'
|
|
pkgname=tweeny
|
|
version=3.1.1
|
|
revision=1
|
|
build_style=cmake
|
|
short_desc="Modern C++ tweening library"
|
|
maintainer="Lorem <notloremipsum@protonmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/mobius3/tweeny"
|
|
changelog="https://github.com/mobius3/tweeny/blob/master/CHANGELOG.md"
|
|
distfiles="https://github.com/mobius3/tweeny/archive/v${version}.tar.gz"
|
|
checksum=33d2f439eec49bdd8464bd8017381d6e50af898342be217a254fd2cef2b3bb0f
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|