Skip to content
Snippets Groups Projects
Commit 24d35b73 authored by Stacy Harper's avatar Stacy Harper Committed by dispatch
Browse files

community/gmnitohtml: new aport

https://git.sr.ht/~adnano/gmnitohtml


Gemini text to HTML converter
testing/

Signed-off-by: default avatarStacy Harper <contact@stacyharper.net>
parent d043df5d
No related branches found
No related tags found
No related merge requests found
# Contributor: Stacy Harper <contact@stacyharper.net>
# Maintainer: Stacy Harper <contact@stacyharper.net>
pkgname=gmnitohtml
pkgver=0.1.0
pkgrel=0
pkgdesc="Gemini text to HTML converter"
url="https://git.sr.ht/~adnano/gmnitohtml"
arch="all"
license="GPL-3.0-only"
makedepends="go scdoc"
subpackages="$pkgname-doc"
source="
$pkgname-$pkgver.tar.gz::https://git.sr.ht/~adnano/gmnitohtml/archive/$pkgver.tar.gz
"
build() {
go build -v -o bin/$pkgname --tags extended
make gmnitohtml.1
}
package() {
install -Dm755 "$builddir"/bin/$pkgname "$pkgdir"/usr/bin/$pkgname
install -Dm644 "$builddir"/*.1 -t "$pkgdir"/usr/share/man/man1
}
sha512sums="
deacc56784dbd7cbcf41ecdab294d089b6ef1fd3a8a6ba9843295106b7151fcad59b1ca4deedb3669ec85204bbe798c0f7ec3a17fec5d68eceec11691a57abbc gmnitohtml-0.1.0.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment