diff --git a/haiku-apps/emailviews/emailviews-1.0.recipe b/haiku-apps/emailviews/emailviews-1.0.recipe new file mode 100644 index 000000000..28491a9c5 --- /dev/null +++ b/haiku-apps/emailviews/emailviews-1.0.recipe @@ -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 +}