contrib/afew/Pkgfile

19 lines
503 B
Plaintext
Raw Normal View History

2019-11-02 23:08:27 +01:00
# Description: an initial tagging script for notmuch mail
# URL: https://github.com/afewmail/afew
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: notmuch python3-chardet python3-dkim python3-setuptools-scm
2019-11-02 23:08:27 +01:00
name=afew
2020-08-29 11:33:36 +02:00
version=3.0.1
2019-11-02 23:08:27 +01:00
release=1
source=(https://files.pythonhosted.org/packages/source/a/$name/$name-$version.tar.gz)
build() {
cd $name-$version
2020-11-03 18:21:14 +01:00
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install \
2019-11-02 23:08:27 +01:00
--root=$PKG \
--optimize=1 \
--skip-build
}