ptrcports/smplerxmpp/APKBUILD

25 lines
658 B
Text
Raw Normal View History

2023-08-14 03:01:10 +00:00
# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
pkgname=smplerxmpp
pkgver=1.0.0
pkgrel=0
pkgdesc="smplxmpp but without the segfaults"
url="https://git.ptrc.gay/ptrcnull/smplerxmpp"
arch="all"
license="BSD-2-Clause"
makedepends="go"
source="https://git.ptrc.gay/ptrcnull/smplerxmpp/-/archive/$pkgver/smplerxmpp-$pkgver.tar.gz"
options="!check" # yeah
build() {
go build
}
package() {
install -Dm755 smplerxmpp -t "$pkgdir"/usr/bin/
}
sha512sums="
7ef399cc86bf0e1f295286f5b543b186045fedc228c37fb98f40b72256530508a83f69ba52c747d516e162586e47bca8eb579ef11758e27b1d393bf907aa89e7 smplerxmpp-1.0.0.tar.gz
"