# Contributor: Phosphor Azimuth # Maintainer: Phosphor Azimuth pkgname=neocities pkgver=0.0.3 pkgrel=0 pkgdesc="A Neocities client written in Go" url="https://github.com/peterhellberg/neocities" arch="x86_64" license="MIT" options="!check" # package has no tests source="$url/releases/download/$pkgver/neocities-$pkgver-linux-amd64.zip" builddir="src" build() { return 0 } package() { install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname" : } sha512sums=" 0e28b905dbbf1b450dcbd779688799c960975a239c1750ebe0178c143c10974cd69d2d801e7936d45eed62f457c4f47d7cfe2c07d3ea6cba67f60662fd0ced5e neocities-0.0.3-linux-amd64.zip "