20 lines
571 B
Bash
20 lines
571 B
Bash
# Template file for 'himalaya'
|
|
pkgname=himalaya
|
|
version=0.7.3
|
|
revision=1
|
|
build_style=cargo
|
|
hostmakedepends="pkg-config"
|
|
makedepends="sqlite-devel"
|
|
short_desc="CLI email client"
|
|
maintainer="Gadzhi Kharkharov <me@kkga.me>"
|
|
license="MIT"
|
|
homepage="https://pimalaya.org/himalaya/"
|
|
changelog="https://raw.githubusercontent.com/soywod/himalaya/master/CHANGELOG.md"
|
|
distfiles="https://github.com/soywod/himalaya/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=5bfadca9d6141834c3a97d53a43bdd317e59ee4f893bcc00e6fcbf9fc0f5b55a
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vdoc README.md
|
|
}
|