Mercurial > hg > pub > prymula > scripts
view bing4desktop/PKG/PKGBUILD @ 24:02409f02eea6
bing4desktop-0.240208-0
author | prymula <prymula76@outlook.com> |
---|---|
date | Thu, 08 Feb 2024 11:37:04 +0100 |
parents | 7f02682ff5ed |
children | 61c9889ed899 |
line wrap: on
line source
# Maintainer: Przemyslaw R. Pietraszczyk <prymula76@outlook.com> pkgname=bing4desktop pkgver=0.240208 pkgrel=0 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=('4610cb603906bd616d04403a187562706a0d978fcbbceae1d59120b1946d2d98') #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 }