mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
ov: update to 0.42.1.
This commit is contained in:
parent
37bd5761b9
commit
b639fd077d
1 changed files with 3 additions and 2 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'ov'
|
# Template file for 'ov'
|
||||||
pkgname=ov
|
pkgname=ov
|
||||||
version=0.41.0
|
version=0.42.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
go_import_path=github.com/noborus/ov
|
go_import_path=github.com/noborus/ov
|
||||||
go_ldflags="-X main.Version=${version} -X 'main.Revision=Void Linux'"
|
go_ldflags="-X main.Version=${version} -X 'main.Revision=Void Linux'"
|
||||||
|
make_check_args="-skip TestCommand_Exec|TestExecCommand" # requires /dev/ptmx
|
||||||
short_desc="Feature-rich terminal-based text viewer"
|
short_desc="Feature-rich terminal-based text viewer"
|
||||||
maintainer="Bnyro <bnyro@tutanota.com>"
|
maintainer="Bnyro <bnyro@tutanota.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://noborus.github.io/ov/"
|
homepage="https://noborus.github.io/ov/"
|
||||||
changelog="https://github.com/noborus/ov/releases"
|
changelog="https://github.com/noborus/ov/releases"
|
||||||
distfiles="https://github.com/noborus/ov/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/noborus/ov/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=5c3997c02770ff12e51abaabb60629869692653ae4ee5e5a015f3f28c070b48d
|
checksum=94a712214125fd6de24f0235e7aa8aa83d9220213036c73065321f2cc9ff2483
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
local ov="${DESTDIR}/usr/bin/ov"
|
local ov="${DESTDIR}/usr/bin/ov"
|
||||||
|
|
Loading…
Add table
Reference in a new issue