18 lines
576 B
Bash
18 lines
576 B
Bash
# Template file for 'imlib2-webp'
|
|
pkgname=imlib2-webp
|
|
version=1.0
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
hostmakedepends="pkg-config"
|
|
makedepends="imlib2-devel libwebp-devel"
|
|
short_desc="WebP loader for Imlib2"
|
|
maintainer="mustaqim <mustaqim@pm.me>"
|
|
license="custom:The Regents of the University of California, BSD-4-Clause-UC"
|
|
homepage="https://www.hauweele.net/~gawen/imlib2-webp.html"
|
|
distfiles="https://github.com/gawen947/imlib2-webp/archive/v${version}.tar.gz"
|
|
checksum=252328cc4e7d232bc2fbbf1c38b963a1847e22f7ee21dd7362b7c0583dca4334
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|