mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +02:00
New package: rustypaste-cli-0.3.0
This commit is contained in:
parent
61a8f8c315
commit
8d5233300e
1 changed files with 19 additions and 0 deletions
19
srcpkgs/rustypaste-cli/template
Normal file
19
srcpkgs/rustypaste-cli/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'rustypaste-cli'
|
||||
pkgname=rustypaste-cli
|
||||
version=0.3.0
|
||||
revision=1
|
||||
build_style=cargo
|
||||
short_desc="CLI tool for rustypaste"
|
||||
maintainer="Lukas Jordan <dev@lukasjordan.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/orhun/rustypaste-cli"
|
||||
changelog="https://raw.githubusercontent.com/orhun/rustypaste-cli/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/orhun/rustypaste-cli/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=691fd3ddcf2c7c9c17728a304bd4299a35812940902b8b31059902abb49b037e
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
vdoc README.md
|
||||
vman man/rpaste.1
|
||||
vsconf config.toml
|
||||
}
|
Loading…
Add table
Reference in a new issue