mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
emailviews, new recipe (#13738)
This commit is contained in:
32
haiku-apps/emailviews/emailviews-1.0.recipe
Normal file
32
haiku-apps/emailviews/emailviews-1.0.recipe
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user