25 lines
920 B
Bash
25 lines
920 B
Bash
# Template file for 'azote'
|
|
pkgname=azote
|
|
version=1.12.4
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="gtk+3 libayatana-appindicator python3 python3-cairo python3-gobject
|
|
python3-Pillow python3-send2trash python3-yaml"
|
|
short_desc="Wallpaper & color manager for Sway, i3 and other WMs"
|
|
maintainer="cinerea0 <cinerea0@protonmail.com>"
|
|
license="BSD-3-Clause, GPL-3.0-or-later"
|
|
homepage="https://github.com/nwg-piotr/azote"
|
|
changelog="https://github.com/nwg-piotr/azote/releases"
|
|
distfiles="https://github.com/nwg-piotr/azote/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=7c859f3165c95571fb9dd0f6b8dd9b4c6651606a6f75befe820c2843d194f5c2
|
|
make_check=no # no tests provided
|
|
|
|
post_install() {
|
|
vbin dist/azote
|
|
vinstall dist/azote.svg 644 usr/share/azote
|
|
vcopy "dist/indicator_*.png" usr/share/azote
|
|
vinstall dist/azote.desktop 644 usr/share/applications
|
|
vlicense LICENSE-COLORTHIEF
|
|
}
|