27 lines
901 B
Bash
27 lines
901 B
Bash
# Template file for 'azote'
|
|
pkgname=azote
|
|
version=1.9.5
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-cairo python3-gobject python3-Pillow gtk+3"
|
|
short_desc="Wallpaper & color manager for Sway, i3 and other WMs"
|
|
maintainer="Piotr Miller <nwg.piotr@gmail.com>"
|
|
license="BSD-3-Clause, GPL-3.0-or-later"
|
|
homepage="https://github.com/nwg-piotr/azote"
|
|
distfiles="https://github.com/nwg-piotr/azote/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=582961c1d216b7a66040d2bbc811890a0ef4312965a23784401ea24211385e9d
|
|
make_check=no # no tests provided
|
|
|
|
post_install() {
|
|
vmkdir usr/bin
|
|
vmkdir usr/share/${pkgname}
|
|
vmkdir usr/share/applications
|
|
|
|
vcopy "dist/${pkgname}.svg" usr/share/${pkgname}
|
|
vcopy "dist/${pkgname}" usr/bin
|
|
vcopy "dist/indicator_*.png" usr/share/${pkgname}
|
|
vcopy "dist/${pkgname}.desktop" usr/share/applications
|
|
vlicense LICENSE-COLORTHIEF
|
|
}
|