
name=rlottie
version=0.0.2020110

makedepends=(cmake)
_commit=f6fc61f214945ac9961ba49fdfc9a3d3336e999b

source=https://github.com/Samsung/rlottie/archive/${_commit}.tar.gz

build() {

cd $name-${_commit}
sed -e 's/c++14/c++17/g' -i CMakeLists.txt
mkdir build
cd    build

cmake -DCMAKE_INSTALL_PREFIX="/usr" \
..
make
make DESTDIR=$PKG install
}
