### this file is sourced not run
PKGVER=0.4.0
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=libliftoff-v$PKGVER.tar.bz2
MD5SUM=1488ce643ede7bb42f3f4c6d84b54fcb
SRC_URL=https://gitlab.freedesktop.org/emersion/libliftoff/-/archive/v$PKGVER/$TARBALL
BUNDLE=

SLACKREQ=libdrm
SLACKDESC="libliftoff: libliftoff $PKGVER (Lightweight KMS plane library)
libliftoff: 
libliftoff: libliftoff eases the use of KMS planes from userspace without 
libliftoff: standing in your way. Users create \"virtual planes\" called layers, 
libliftoff: set KMS properties on them, and libliftoff will pick hardware planes 
libliftoff: for these layers if possible.
libliftoff: 
libliftoff: https://gitlab.freedesktop.org/emersion/libliftoff
libliftoff: 
libliftoff: 
libliftoff: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_meson &&
	pkg_build_slackdesc
}


