void-packages/srcpkgs/tweeny/template
2020-07-06 20:54:44 +02:00

17 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
}