20 lines
672 B
Bash
20 lines
672 B
Bash
# Template file for 'wf-config'
|
|
pkgname=wf-config
|
|
version=0.1
|
|
revision=1
|
|
build_style=meson
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libevdev-devel wlroots-devel"
|
|
short_desc="Wayfire library for managing configuration files"
|
|
maintainer="Young Jin Park <youngjinpark20@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://wayfire.org"
|
|
distfiles="https://github.com/WayfireWM/wf-config/archive/v${version}.tar.gz
|
|
https://raw.githubusercontent.com/WayfireWM/wf-config/master/LICENSE>LICENSE.txt"
|
|
checksum="0dac4683013d5a0b143f0e211288c7f2f621740b9ac664359297ff530a7dcdc5
|
|
7053b1aa75aaccfe2a2bfacd400c0a8694858797ff9c7d584664e2941fb3016e"
|
|
|
|
post_install() {
|
|
vlicense ../LICENSE.txt
|
|
}
|