mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
parent
b228eaa2d2
commit
bf60f78b4d
1 changed files with 20 additions and 0 deletions
20
srcpkgs/avizo/template
Normal file
20
srcpkgs/avizo/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'avizo'
|
||||
pkgname=avizo
|
||||
version=1.2.1
|
||||
revision=1
|
||||
build_style=meson
|
||||
hostmakedepends="vala pkg-config cmake gobject-introspection glib-devel gdk-pixbuf"
|
||||
makedepends="gtk+3-devel gtk-layer-shell-devel glib-devel"
|
||||
depends="light pamixer"
|
||||
short_desc="Neat notification daemon"
|
||||
maintainer="Bnyro <bnyro@tutanota.com>"
|
||||
license="GPL-3.0-only"
|
||||
homepage="https://github.com/misterdanb/avizo"
|
||||
distfiles="https://github.com/misterdanb/avizo/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=efd4763db7c802d22e8939dac909d4886f5967aefbfc3fd526735da2a814b91b
|
||||
|
||||
pre_build() {
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
export GI_TYPELIB_PATH="${XBPS_CROSS_BASE}/usr/lib/girepository-1.0"
|
||||
fi
|
||||
}
|
Loading…
Add table
Reference in a new issue