mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
New package: taplo-0.7.0
This commit is contained in:
parent
0dc57fa934
commit
cf38fa103b
1 changed files with 19 additions and 0 deletions
19
srcpkgs/taplo/template
Normal file
19
srcpkgs/taplo/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'taplo'
|
||||||
|
pkgname=taplo
|
||||||
|
version=0.7.0
|
||||||
|
revision=1
|
||||||
|
wrksrc="${pkgname}-release-${pkgname}-cli-${version}"
|
||||||
|
build_wrksrc="crates/taplo-cli"
|
||||||
|
build_style=cargo
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="openssl-devel"
|
||||||
|
short_desc="TOML toolkit written in Rust"
|
||||||
|
maintainer="cinerea0 <cinerea0@protonmail.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://taplo.tamasfe.dev/"
|
||||||
|
distfiles="https://github.com/tamasfe/taplo/archive/refs/tags/release-${pkgname}-cli-${version}.tar.gz"
|
||||||
|
checksum=6b6d06220dabc3a63e17b87ca4be1b9dfde97dc3c6bd6e8115cc5d2e2dad9bbe
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense ../../LICENSE.md
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue