Skip to content

Commit

Permalink
Initial attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
me-and committed Oct 23, 2023
0 parents commit b64ba45
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: CI
on: [push, pull_request]
jobs:
build-test:
uses: cygporter/workflows/.github/workflows/build-test.yml@v1
with:
cygport_file: offlineimap.cygport
17 changes: 17 additions & 0 deletions offlineimap.cygport
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
NAME=offlineimap
VERSION=8.0.0
RELEASE=1
CATEGORY='Python Mail'
SUMMARY='Read/sync your IMAP mailboxes'
DESCRIPTION='OfflineIMAP is software that downloads your email mailbox(es) as
local Maildirs. OflineIMAP will synchronize both sides via IMAP.'
HOMEPAGE=https://www.offlineimap.org
LICENSE=GPL-2.0-or-later
SRC_URI= # TODO
ARCH=noarch

BUILD_REQUIRES='python3 python3-pip'

PYTHON_WHEEL_VERSIONS=3

inherit python3-wheel

0 comments on commit b64ba45

Please sign in to comment.