mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
New package: flavours-0.6.1
flavours: remove $wrksrc and edit $distfiles to use $homepage
This commit is contained in:
parent
dfcadbe502
commit
ee601aa87f
1 changed files with 29 additions and 0 deletions
29
srcpkgs/flavours/template
Normal file
29
srcpkgs/flavours/template
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Template file for 'flavours'
|
||||
pkgname=flavours
|
||||
version=0.6.1
|
||||
revision=1
|
||||
build_style=cargo
|
||||
build_helper=qemu
|
||||
short_desc="Simple and easy cli to build and use base16 schemes"
|
||||
maintainer="Numair Dubas <Numair2644@protonmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/Misterio77/flavours"
|
||||
distfiles=${homepage}/archive/refs/tags/v${version}.tar.gz
|
||||
checksum=48c7659031d399ff125a07b71419935946e0da8d3ef1817a9f89dda32c2dcac1
|
||||
|
||||
post_build() {
|
||||
FLAVOURS="target/${RUST_TARGET}/release/flavours"
|
||||
vtargetrun ${FLAVOURS} --completions bash > flavours.bash
|
||||
vtargetrun ${FLAVOURS} --completions zsh > flavours.zsh
|
||||
vtargetrun ${FLAVOURS} --completions fish > flavours.fish
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vcompletion flavours.bash bash
|
||||
vcompletion flavours.zsh zsh
|
||||
vcompletion flavours.fish fish
|
||||
|
||||
vlicense LICENSE
|
||||
vdoc README.md
|
||||
vsconf example.toml
|
||||
}
|
Loading…
Add table
Reference in a new issue