view bing4desktop/PKG/PKGBUILD @ 33:1d063d3bf7ff

bing4desktop-0.240208-2.1
author prymula <prymula76@outlook.com>
date Thu, 08 Feb 2024 20:41:03 +0100
parents 61c9889ed899
children 7cf972a1889d
line wrap: on
line source

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

pkgname=bing4desktop
pkgver=0.240208
pkgrel=2
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=('9beeff843198412b8b9972faea2bb076ea0f5a3f73dca9a387ed0e007e8fcf24') #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
}