25 lines
775 B
Bash
25 lines
775 B
Bash
# Template file for 'switchboard'
|
|
pkgname=switchboard
|
|
version=6.0.0
|
|
revision=1
|
|
build_style=meson
|
|
hostmakedepends="pkg-config vala gettext"
|
|
makedepends="granite-devel gtk+3-devel libhandy1-devel"
|
|
short_desc="Extensible System Settings app designed for elementary OS"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="LGPL-2.1-or-later"
|
|
homepage="https://github.com/elementary/switchboard"
|
|
distfiles="https://github.com/elementary/switchboard/archive/${version}.tar.gz"
|
|
checksum=40c2fd17535cba239b7c78b62d93a3f5ef7e990b31a7c4ecf04cba0c2b60d792
|
|
|
|
switchboard-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.so"
|
|
vmove usr/share/vala
|
|
}
|
|
}
|