mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
New package: tweeny-3
This commit is contained in:
parent
8024a20d51
commit
2d788f4afc
1 changed files with 16 additions and 0 deletions
16
srcpkgs/tweeny/template
Normal file
16
srcpkgs/tweeny/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'tweeny'
|
||||||
|
pkgname=tweeny
|
||||||
|
version=3
|
||||||
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
makedepends="SDL2-devel"
|
||||||
|
short_desc="Modern C++ tweening library"
|
||||||
|
maintainer="Lorem <notloremipsum@protonmail.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/mobius3/tweeny"
|
||||||
|
distfiles="https://github.com/mobius3/tweeny/archive/v${version}.tar.gz"
|
||||||
|
checksum=699633578f958cbb1363f80164ac063dc40ce08dfc26b0591752ca412e64c941
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue