Mercurial > hg > pub > prymula > scripts
view bing4desktop/PKG/PKGBUILD @ 14:4770f6dca839
bing4desktop-0.240206-3.1
author | prymula <prymula76@outlook.com> |
---|---|
date | Tue, 06 Feb 2024 18:07:17 +0100 |
parents | 73fd89b46da4 |
children | 18816a0c1fc2 |
line wrap: on
line source
# Maintainer: Przemyslaw R. Pietraszczyk <prymula76@outlook.com> pkgname=bing4desktop pkgver=0.240206 pkgrel=3 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') makedepends=('python' 'python-pillow' 'python-requests') source=(${pkgname}-${pkgver}-${pkgrel}.tar.gz) noextract=() sha256sums=('105efbfb2b841a2342c958bbcc435f98020876f907936b4985ac472744885729') #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 }