comparison 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
comparison
equal deleted inserted replaced
6:709bdcd2937b 7:d202f30cd362
9 groups=() 9 groups=()
10 depends=('python' 'python-pillow') 10 depends=('python' 'python-pillow')
11 makedepends=('python' 'python-pillow') 11 makedepends=('python' 'python-pillow')
12 source=($pkgname-$pkgver-$pkgrel.tar.gz) 12 source=($pkgname-$pkgver-$pkgrel.tar.gz)
13 noextract=() 13 noextract=()
14 sha256sums=('4862cf7fc1189a4ddd2bdb77c808e4f84ef2e28e7a15f297d0b4824bebfdfd45') #generate with 'makepkg -g' || sha256sum 14 sha256sums=('4aa5f76018fea26bba676619b2d2a126b65f7a2a9745eb421b1cf6c793c5fa12') #generate with 'makepkg -g' || sha256sum
15 15
16 #build() { 16 #build() {
17 #cd "$srcdir/$pkgname-$pkgver-$pkgrel" 17 #cd "$srcdir/$pkgname-$pkgver-$pkgrel"
18 #python -m build --wheel --no-isolation 18 #python -m build --wheel --no-isolation
19 #} 19 #}
20 20
21 package() { 21 package() {
22 cd "$srcdir/$pkgname-$pkgver-$pkgrel" 22 cd "$srcdir/$pkgname-$pkgver-$pkgrel"
23 make -f Makefile.aur DESTDIR="$pkgdir/" install 23 make -f Makefile.aur DESTDIR="${pkgdir}" install
24 } 24 }