emailviews, new recipe (#13738)

This commit is contained in:
Schrijvers Luc
2026-02-14 11:45:55 +01:00
committed by GitHub
parent 69dd93aacc
commit 8b126161af

View File

@@ -0,0 +1,32 @@
SUMMARY="Native query-based email viewer for the Haiku operating system"
DESCRIPTION="A native fast, lightweight email client for Haiku that uses live queries \
to organize and explore your emails effortlessly.
EmailViews works with Haiku's built-in mail_daemon and mail kit — it reads emails already \
stored on disk as file attributes, so there is nothing to import or sync. Just point it \
at your mail and go."
HOMEPAGE="https://github.com/ilfelice/EmailViews"
COPYRIGHT="2026 Il Felice"
LICENSE="MIT"
REVISION="1"
SOURCE_URI="https://github.com/ilfelice/EmailViews/releases/download/v$portVersion/EmailViewsV$portVersion.zip"
CHECKSUM_SHA256="e464a1eaa07fee0bba6a4ca30143239a45b0e22d3a0e2a1a6c33b9fe8952c040"
SOURCE_DIR=""
ARCHITECTURES="!all x86_64"
PROVIDES="
emailviews = $portVersion
app:EmailViews = $portVersion
"
REQUIRES="
haiku
"
INSTALL()
{
install -d $appsDir
install -t $appsDir EmailViews
addAppDeskbarSymlink $appsDir/EmailViews
}