void-packages/srcpkgs/bash-preexec/template

17 lines
489 B
Bash

# Template file for 'bash-preexec'
pkgname=bash-preexec
version=0.5.0
revision=1
depends="bash"
short_desc="Preexec and Precmd functions for Bash just like Zsh"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="MIT"
homepage="https://github.com/rcaloras/bash-preexec"
distfiles="https://github.com/rcaloras/bash-preexec/archive/${version}.tar.gz"
checksum=23c589cd1da209c0598f92fac8d81bb11632ba1b2e68ccaf4ad2c4f3204b877c
do_install() {
vbin bash-preexec.sh
vlicense LICENSE.md
}