19 lines
473 B
Bash
19 lines
473 B
Bash
# Template file for 'wlroots'
|
|
#
|
|
# On next bump, remove the .99 part
|
|
pkgname=wlroots
|
|
version=0.16.99
|
|
revision=1
|
|
build_style=meta
|
|
depends="wlroots${version%.99}"
|
|
short_desc="Modular Wayland compositor library"
|
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
|
license="BSD-2-Clause" # no vlicense
|
|
homepage="https://github.com/swaywm/wlroots"
|
|
|
|
wlroots-devel_package() {
|
|
depends="wlroots${version%.99}-devel"
|
|
build_style=meta
|
|
short_desc+=" - development files"
|
|
}
|