Mercurial > hg > pub > prymula > scripts
comparison bing4desktop/PKG/PKGBUILD @ 13:73fd89b46da4
bing4desktop-0.240206-3
author | prymula <prymula76@outlook.com> |
---|---|
date | Tue, 06 Feb 2024 17:47:04 +0100 |
parents | c01d7edb9cb9 |
children | 4770f6dca839 |
comparison
equal
deleted
inserted
replaced
12:74d743cf58cb | 13:73fd89b46da4 |
---|---|
20 #python -m build --wheel --no-isolation | 20 #python -m build --wheel --no-isolation |
21 #} | 21 #} |
22 | 22 |
23 package() { | 23 package() { |
24 cd "$srcdir/${pkgname}-${pkgver}-${pkgrel}" | 24 cd "$srcdir/${pkgname}-${pkgver}-${pkgrel}" |
25 make DESTDIR="${pkgdir}" prefix=/usr install | 25 make -f Makefile.aur DESTDIR="${pkgdir}" install |
26 } | 26 } |