comparison verysimpleslideshow/PKG/PKGBUILD @ 8:17820dc7c088

vsss-0.230913-0.1_PKG_CORRECT
author prymula <prymula76@outlook.com>
date Sun, 04 Feb 2024 15:48:46 +0100
parents d202f30cd362
children
comparison
equal deleted inserted replaced
7:d202f30cd362 8:17820dc7c088
1 # Maintainer: Przemyslaw R. Pietraszczyk <prymula76@outlook.com> 1 # Maintainer: Przemyslaw R. Pietraszczyk <prymula76@outlook.com>
2
2 pkgname=verysimpleslideshow 3 pkgname=verysimpleslideshow
3 pkgver=0.230913 4 pkgver=0.230913
4 pkgrel=0 5 pkgrel=0
5 pkgdesc="Create a breathtaking slide show" 6 pkgdesc="Create a breathtaking slide show"
6 arch=('any') 7 arch=('any')
7 url="prymula.ct8.pl" 8 url="prymula.ct8.pl"
8 license=('GPL') 9 license=('GPL3')
9 groups=() 10 groups=()
11 provides=('verysimpleslideshow')
10 depends=('python' 'python-pillow') 12 depends=('python' 'python-pillow')
11 makedepends=('python' 'python-pillow') 13 makedepends=('python' 'python-pillow')
12 source=($pkgname-$pkgver-$pkgrel.tar.gz) 14 source=(${pkgname}-${pkgver}-${pkgrel}.tar.gz)
13 noextract=() 15 noextract=()
14 sha256sums=('4aa5f76018fea26bba676619b2d2a126b65f7a2a9745eb421b1cf6c793c5fa12') #generate with 'makepkg -g' || sha256sum 16 sha256sums=('f9b22dc950b1ac543f0daf8e2620b27d9c2a2064e9d41eaca7085e8a3b35d312') #generate with 'makepkg -g' || sha256sum
15 17
16 #build() { 18 #build() {
17 #cd "$srcdir/$pkgname-$pkgver-$pkgrel" 19 #cd "$srcdir/${pkgname}-${pkgver}-${pkgrel}"
18 #python -m build --wheel --no-isolation 20 #python -m build --wheel --no-isolation
19 #} 21 #}
20 22
21 package() { 23 package() {
22 cd "$srcdir/$pkgname-$pkgver-$pkgrel" 24 cd "$srcdir/${pkgname}-${pkgver}-${pkgrel}"
23 make -f Makefile.aur DESTDIR="${pkgdir}" install 25 make -f Makefile.aur DESTDIR="${pkgdir}" install
24 } 26 }