diff options
author | Yigit Sever | 2021-09-25 15:13:04 +0300 |
---|---|---|
committer | Yigit Sever | 2021-09-25 15:13:04 +0300 |
commit | 6424b7bca9e136cb4480c2be71cd22fbcb0ac43e (patch) | |
tree | 154e828cbe126fa29ff030f04f5cab91ad171b20 | |
parent | e48a95b46f28a55c47e2d3098398762c236b1730 (diff) | |
download | packages-6424b7bca9e136cb4480c2be71cd22fbcb0ac43e.tar.gz packages-6424b7bca9e136cb4480c2be71cd22fbcb0ac43e.tar.bz2 packages-6424b7bca9e136cb4480c2be71cd22fbcb0ac43e.zip |
Shorten pkgdesc, remove modeline
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -3,7 +3,7 @@ | |||
3 | pkgname='gourmand' | 3 | pkgname='gourmand' |
4 | pkgver=1.0.0 | 4 | pkgver=1.0.0 |
5 | pkgrel=1 | 5 | pkgrel=1 |
6 | pkgdesc="A recipe manager for desktop with the possibilities to import, organize, and tweak recipes" | 6 | pkgdesc="A recipe manager for desktop that can import recipes" |
7 | arch=('any') | 7 | arch=('any') |
8 | url="https://github.com/GourmandRecipeManager/gourmand" | 8 | url="https://github.com/GourmandRecipeManager/gourmand" |
9 | license=('GPL') | 9 | license=('GPL') |
@@ -19,4 +19,3 @@ package() { | |||
19 | # https://wiki.archlinux.org/title/Python_package_guidelines#pip | 19 | # https://wiki.archlinux.org/title/Python_package_guidelines#pip |
20 | PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps *.whl | 20 | PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps *.whl |
21 | } | 21 | } |
22 | # vim:set ts=2 sw=2 et: | ||