Mercurial > hg > pub > prymula > scripts
annotate verysimpleslideshow/PKG/PKGBUILD @ 7:d202f30cd362
verysimpleslideshow-0.230913-0_ALLDISTRIBUTION
author | prymula <prymula76@outlook.com> |
---|---|
date | Sat, 03 Feb 2024 19:06:00 +0100 |
parents | 709bdcd2937b |
children | 17820dc7c088 |
rev | line source |
---|---|
2 | 1 # Maintainer: Przemyslaw R. Pietraszczyk <prymula76@outlook.com> |
2 pkgname=verysimpleslideshow | |
3 pkgver=0.230913 | |
4 pkgrel=0 | |
5 pkgdesc="Create a breathtaking slide show" | |
6 arch=('any') | |
7 url="prymula.ct8.pl" | |
8 license=('GPL') | |
9 groups=() | |
10 depends=('python' 'python-pillow') | |
11 makedepends=('python' 'python-pillow') | |
12 source=($pkgname-$pkgver-$pkgrel.tar.gz) | |
13 noextract=() | |
7
d202f30cd362
verysimpleslideshow-0.230913-0_ALLDISTRIBUTION
prymula <prymula76@outlook.com>
parents:
6
diff
changeset
|
14 sha256sums=('4aa5f76018fea26bba676619b2d2a126b65f7a2a9745eb421b1cf6c793c5fa12') #generate with 'makepkg -g' || sha256sum |
2 | 15 |
16 #build() { | |
17 #cd "$srcdir/$pkgname-$pkgver-$pkgrel" | |
18 #python -m build --wheel --no-isolation | |
19 #} | |
20 | |
21 package() { | |
22 cd "$srcdir/$pkgname-$pkgver-$pkgrel" | |
7
d202f30cd362
verysimpleslideshow-0.230913-0_ALLDISTRIBUTION
prymula <prymula76@outlook.com>
parents:
6
diff
changeset
|
23 make -f Makefile.aur DESTDIR="${pkgdir}" install |
2 | 24 } |