blob: d46d7785ca7ca0808d099a8d4b08255524744d39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = smtprelay
pkgdesc = Simple Golang SMTP relay/proxy server
pkgver = 1.11.1
pkgrel = 1
url = https://github.com/decke/smtprelay
arch = i686
arch = x86_64
arch = armv6h
arch = aarch64
license = MIT
makedepends = go
depends = glibc
options = strip
options = buildflags
source = https://github.com/decke/smtprelay/archive/refs/tags/v1.11.1/smtprelay-1.11.1.tar.gz
sha256sums = cf3577a97bdcc7cd9572366228c8225bbaac147d9a8f2a312c7c4b0f8a762562
pkgname = smtprelay
|