New package: rlottie-0.0.20160709
This commit is contained in:
parent
9e1235a71b
commit
ec9e4b14d6
|
@ -3476,6 +3476,7 @@ libgtk-4.so.0.9400.0 gtk4-3.94.0_1
|
|||
libmodule.so.4 libmodule-4.1.0_1
|
||||
libgnustep-gui.so.0.27 gnustep-gui-0.27.0_1
|
||||
libmhash.so.2 mhash-0.9.9.9_1
|
||||
librlottie.so.0 rlottie-0.0.20160709_1
|
||||
libfstrm.so.0 fstrm-0.5.0_1
|
||||
libknot.so.9 libknot-2.8.2_1
|
||||
libdnssec.so.7 libknot-2.8.2_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
rlottie
|
|
@ -0,0 +1,30 @@
|
|||
# Template file for 'rlottie'
|
||||
pkgname=rlottie
|
||||
_commit=9be18fbd4047467495af5bd6d83f5b91bc063ea2
|
||||
version=0.0.20160709
|
||||
revision=1
|
||||
wrksrc="rlottie-${_commit}"
|
||||
build_style=cmake
|
||||
short_desc="Platform independent standalone library that plays Lottie Animation"
|
||||
maintainer="John <johnz@posteo.net>"
|
||||
license="LGPL-2.1-or-later, FTL, MIT, JSON, BSD-3-Clause"
|
||||
homepage="https://github.com/Samsung/rlottie"
|
||||
distfiles="https://github.com/Samsung/rlottie/archive/${_commit}.tar.gz"
|
||||
checksum=d34b3f6acc224a494fae7f2c6c9c231f26652ee50d1493f12a577ce33eff21d3
|
||||
|
||||
post_install() {
|
||||
vlicense licenses/COPYING.PIX
|
||||
vlicense licenses/COPYING.RPD
|
||||
vlicense licenses/COPYING.STB
|
||||
}
|
||||
|
||||
rlottie-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/librlottie.so
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue