mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
New package: tealdeer-1.1.0
This commit is contained in:
parent
2d62ff8f13
commit
98329ce525
1 changed files with 19 additions and 0 deletions
19
srcpkgs/tealdeer/template
Normal file
19
srcpkgs/tealdeer/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'tealdeer'
|
||||||
|
pkgname=tealdeer
|
||||||
|
version=1.1.0
|
||||||
|
revision=1
|
||||||
|
build_style=cargo
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="libressl-devel"
|
||||||
|
depends="libressl"
|
||||||
|
short_desc="A very fast implementation of tldr in Rust"
|
||||||
|
maintainer="jcgruenhage <jan.christian@gruenhage.xyz>"
|
||||||
|
license="MIT license or Apache License, Version 2"
|
||||||
|
homepage="https://github.com/dbrgn/tealdeer"
|
||||||
|
changelog="https://raw.githubusercontent.com/dbrgn/tealdeer/v${version}/CHANGELOG.md"
|
||||||
|
distfiles="https://github.com/dbrgn/tealdeer/archive/v${version}.tar.gz"
|
||||||
|
checksum=647990936af527e9738e8befb432fdf8dd40e7b2ab0066afc652330fddd3dd0e
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE-MIT
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue