From 7a5c8b4b2e7ca16722c49c6c0abdb5c754fb5165 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Fri, 24 Sep 2021 18:24:25 +0300 Subject: Initial commit v1.0.0 --- PKGBUILD | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 PKGBUILD (limited to 'PKGBUILD') diff --git a/PKGBUILD b/PKGBUILD new file mode 100644 index 0000000..e80e628 --- /dev/null +++ b/PKGBUILD @@ -0,0 +1,23 @@ +# Maintainer: Yigit Sever + +pkgname='gourmand' +pkgver=1.0.0 +pkgrel=1 +pkgdesc="A recipe manager for desktop with the possibilities to import, organize, and tweak recipes" +arch=('any') +url="https://github.com/GourmandRecipeManager/gourmand" +license=('GPL') +depends=('python-gobject' 'gtk3' 'python-pyenchant' 'gst-python' 'python-pillow' 'python-sqlalchemy') +makedepends=('python-pip') +checkdepends=() +optdepends=('python-beautifulsoup4: Webpage import plugin') +provides=("${pkgname}") +conflicts=('gourmet') +source=("$pkgname-$pkgver-py3-none-any.whl::$url/releases/download/$pkgver/$pkgname-$pkgver-py3-none-any.whl") +sha256sums=('9f1acf7098e62a8bca932ba43a9f1ee6b94978073824b96c5c1032fce23b12d4') + +package() { + # https://wiki.archlinux.org/title/Python_package_guidelines#pip + PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps *.whl +} +# vim:set ts=2 sw=2 et: -- cgit v1.2.3-70-g09d2