mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-08 07:11:45 +02:00
27 lines
759 B
Plaintext
27 lines
759 B
Plaintext
# Contributor: Jason Swank <jswank@scalene.net>
|
|
# Maintainer: Jason Swank <jswank@scalene.net>
|
|
pkgname=openvi
|
|
pkgver=7.4.26
|
|
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" DESTDIR="$pkgdir" PREFIX="/usr" install
|
|
}
|
|
|
|
sha512sums="
|
|
2a6af4fca0613160eda864f259aa38cfbd70044776e84a665b1ed812035fb595a817d29a8e1c1a499b7a4060835c3c283724401af538d0e8451c73babeb3694f openvi-7.4.26.tar.gz
|
|
"
|