aports/testing/fbvnc/APKBUILD
Celeste 40ea6c48d7 */*: add maintainer variable for aports i maintain
leaving the Maintainer comment there for better visual cues, syntax highlighting, and easy conversion to a Contributor comment

since Contributor comments are not being removed, just treat my Maintainer comments like Contributor ones, as a normal comment
2024-10-16 16:20:45 +00:00

26 lines
751 B
Text

# Maintainer: Celeste <cielesti@protonmail.com>
maintainer="Celeste <cielesti@protonmail.com>"
pkgname=fbvnc
pkgver=0_git20220812
pkgrel=0
_gitrev=228783cb58a32ebbdcd699fa23c6a061790f5ed1
pkgdesc="Small framebuffer VNC viewer"
url="https://github.com/aligrudi/fbvnc"
arch="all"
license="ISC"
makedepends="linux-headers"
source="https://github.com/aligrudi/fbvnc/archive/$_gitrev/fbvnc-$_gitrev.tar.gz"
builddir="$srcdir/$pkgname-$_gitrev"
options="!check" # no test suite
build() {
make
}
package() {
install -Dvm755 fbvnc -t "$pkgdir"/usr/bin/
}
sha512sums="
ec94c1a11425630f27edf204ab86c5393687d215e9003b46cf14193adcf21044549ebe66558d2809ff2c3784b5fd7dde66a4803229c1229f75ff28b3ebf77014 fbvnc-228783cb58a32ebbdcd699fa23c6a061790f5ed1.tar.gz
"