vp-build/srcpkgs/tweeny/template

17 lines
493 B
Bash

# Template file for 'tweeny'
pkgname=tweeny
version=3.2.0
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=2be7db9e0354da31f020b77474e2d547dbbaa8999a6a4bea4b388e6d31e4ef07
post_install() {
vlicense LICENSE
}