1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-17 05:05:14 +03:00
aports/testing/tmpmail/APKBUILD
Grigory Kirillov d9f1620ccd testing/tmpmail: new aport
Temporary email right from your terminal written in POSIX sh
https://github.com/sdushantha/tmpmail
2022-05-07 14:34:36 +00:00

28 lines
811 B
Text

# Contributor: Grigory Kirillov <txgk@bk.ru>
# Maintainer: Grigory Kirillov <txgk@bk.ru>
pkgname=tmpmail
pkgver=1.2.3
pkgrel=0
pkgdesc="Temporary email right from your terminal written in POSIX sh"
url="https://github.com/sdushantha/tmpmail"
arch="noarch"
license="MIT"
options="!check" # no test suite
depends="
w3m
curl
jq
cmd:xclip
"
subpackages="$pkgname-doc"
source="https://github.com/sdushantha/tmpmail/archive/v$pkgver/tmpmail-$pkgver.tar.gz"
package() {
install -Dm755 tmpmail -t "$pkgdir"/usr/bin/
install -Dm644 tmpmail.1 -t "$pkgdir"/usr/share/man/man1/
install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/"$pkgname"/
}
sha512sums="
50d9902957481cf9b8c71f1f2ef4e97b93ce9adb894965e074d5daa9ed013df27ba313d2c3288dbd2ae77fb89e05b3635512f9c06cc14ccf3f91db5870246389 tmpmail-1.2.3.tar.gz
"