mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
tealdeer: update to 1.2.0
This commit is contained in:
parent
265b85bc10
commit
e36254ee74
1 changed files with 4 additions and 8 deletions
|
@ -1,22 +1,18 @@
|
||||||
# Template file for 'tealdeer'
|
# Template file for 'tealdeer'
|
||||||
pkgname=tealdeer
|
pkgname=tealdeer
|
||||||
version=1.1.0
|
version=1.2.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libressl-devel"
|
makedepends="libressl-devel"
|
||||||
depends="libressl"
|
depends="libressl"
|
||||||
short_desc="A very fast implementation of tldr in Rust"
|
short_desc="Very fast implementation of tldr in Rust"
|
||||||
maintainer="jcgruenhage <jan.christian@gruenhage.xyz>"
|
maintainer="jcgruenhage <jan.christian@gruenhage.xyz>"
|
||||||
license="MIT license or Apache License, Version 2"
|
license="MIT license or Apache License, Version 2"
|
||||||
homepage="https://github.com/dbrgn/tealdeer"
|
homepage="https://github.com/dbrgn/tealdeer"
|
||||||
changelog="https://raw.githubusercontent.com/dbrgn/tealdeer/v${version}/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/dbrgn/tealdeer/v${version}/CHANGELOG.md"
|
||||||
distfiles="https://github.com/dbrgn/tealdeer/archive/v${version}.tar.gz"
|
distfiles="https://github.com/dbrgn/tealdeer/archive/v${version}.tar.gz"
|
||||||
checksum=647990936af527e9738e8befb432fdf8dd40e7b2ab0066afc652330fddd3dd0e
|
checksum=5cf286059b823501d05da445b9b7a609ec2da91d711d990df76397f79d800c52
|
||||||
|
|
||||||
pre_build() {
|
|
||||||
cargo update --package openssl-sys --precise 0.9.46
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE-MIT
|
vlicense LICENSE-MIT
|
||||||
|
|
Loading…
Add table
Reference in a new issue