Mercurial > hg > pub > prymula > scripts
view bing4desktop/PKG/PKGBUILD @ 19:e7a6488c02b7
bing4desktop-0.240207-3
author | prymula <prymula76@outlook.com> |
---|---|
date | Wed, 07 Feb 2024 14:35:01 +0100 |
parents | 3b8fd6a7f2d0 |
children | 7f02682ff5ed |
line wrap: on
line source
# Maintainer: Przemyslaw R. Pietraszczyk <prymula76@outlook.com> pkgname=bing4desktop pkgver=0.240207 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' 'tk') makedepends=('python' 'python-pillow' 'python-requests' 'tk') source=(${pkgname}-${pkgver}-${pkgrel}.tar.gz) noextract=() sha256sums=('45ff8acee60441dd0e938ab231228250dd3927683de88e91ca890bf873e55d71') #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 }