new package: aerc

Requested in https://github.com/termux/termux-packages/issues/6115
This commit is contained in:
Leonid Pliushch 2020-12-12 16:15:22 +02:00
parent da5e56f041
commit dfc1afc380
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with 11 additions and 0 deletions

11
packages/aerc/build.sh Normal file
View File

@ -0,0 +1,11 @@
TERMUX_PKG_HOMEPAGE=https://aerc-mail.org/
TERMUX_PKG_DESCRIPTION="An email client that runs in your terminal"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_VERSION=0.5.2
TERMUX_PKG_SRCURL=https://git.sr.ht/~sircmpwn/aerc/archive/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=87b922440e53b99f260d2332996537decb452c838c774e9340b633296f9f68ee
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_pre_configure() {
termux_setup_golang
}