view bing4desktop/PKG/PKGBUILD @ 15:18816a0c1fc2

bing4desktop-0.240206-4
author prymula <prymula76@outlook.com>
date Tue, 06 Feb 2024 19:40:55 +0100
parents 4770f6dca839
children 3b8fd6a7f2d0
line wrap: on
line source

# Maintainer: Przemyslaw R. Pietraszczyk <prymula76@outlook.com>

pkgname=bing4desktop
pkgver=0.240206
pkgrel=4
pkgdesc="Beautify your desktop with photos from Bing search engine"
arch=('any')
url="prymula.ct8.pl"
license=('Public Domain')
groups=()
provides=('bing4desktop')
depends=('python' 'python-pillow' 'python-requests' 'tk')
makedepends=('python' 'python-pillow' 'python-requests' 'tk')
source=(${pkgname}-${pkgver}-${pkgrel}.tar.gz)
noextract=()
sha256sums=('4da4cf3dbb3f0b1028cad1b5be12a2878b6c5151d8f08b6380fcbc001b54fbed') #generate with 'makepkg -g' || sha256sum

#build() {
	#cd "$srcdir/${pkgname}-${pkgver}-${pkgrel}"
	#python -m build --wheel --no-isolation
#}

package() {
	cd "$srcdir/${pkgname}-${pkgver}-${pkgrel}"
	make -f Makefile.aur DESTDIR="${pkgdir}" install
}