1SUMMARY="Convert scans of handwritten notes to beautiful, compact PDFs"
2DESCRIPTION="Noteshrink is an utility that is used to convert scans of notes to compact PDFs."
3HOMEPAGE="https://github.com/mzucker/noteshrink"
4COPYRIGHT="2016 Matt Zucker"
5LICENSE="MIT"
6REVISION="1"
7SOURCE_URI="https://github.com/mzucker/noteshrink/archive/$portVersion.tar.gz"
8CHECKSUM_SHA256="2a29c09768973e688b693b61337c6c49384e8123cf88824dba335cc8c4ed2ca8"
9
10ARCHITECTURES="!any"
11# Doesn't work on gcc2hybrid - missing dependencies.
12
13PROVIDES="
14	noteshrink = $portVersion
15	cmd:noteshrink
16	"
17REQUIRES="
18	haiku
19	imagemagick
20	numpy_python >= 1.10
21	pillow_python
22	scipy_python
23	setuptools_python
24	"
25
26INSTALL()
27{
28	mkdir -p $binDir
29	cp noteshrink.py $binDir/noteshrink
30}
31