mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-08 21:35:15 +02:00
26 lines
775 B
Text
26 lines
775 B
Text
# Contributor: Jason Swank <jswank@scalene.net>
|
|
# Maintainer: Jason Swank <jswank@scalene.net>
|
|
pkgname=openvi
|
|
pkgver=7.6.31
|
|
pkgrel=0
|
|
pkgdesc="OpenVi is a fork of the vi / ex editor included with OpenBSD"
|
|
url="https://github.com/johnsonjh/OpenVi"
|
|
arch="all"
|
|
license="BSD-3-Clause"
|
|
makedepends="ncurses-dev"
|
|
subpackages="$pkgname-doc"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/johnsonjh/OpenVi/archive/refs/tags/$pkgver.tar.gz"
|
|
builddir="$srcdir/OpenVi-$pkgver"
|
|
options="!check" # no tests
|
|
|
|
build() {
|
|
make
|
|
}
|
|
|
|
package() {
|
|
make BINPREFIX="o" IUSGR=root:root DESTDIR="$pkgdir" PREFIX="/usr" install
|
|
}
|
|
|
|
sha512sums="
|
|
ffdc8f133faa5b52bf90b4ce687f8971c41edcb0608f2bf66a290d62c6f30ff44a07f7f8e638d53f56865949545290013a32f0f6d61086925c2c3898b49d3d97 openvi-7.6.31.tar.gz
|
|
"
|