void-packages/srcpkgs/bash-preexec/template

18 lines
500 B
Bash

# Template file for 'bash-preexec'
pkgname=bash-preexec
version=0.3.4
revision=2
noarch=yes
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=a3050e1672ebc2374e235ea7879f129a62dfddc95875ba90e86271a48f6548b9
do_install() {
vbin bash-preexec.sh
vlicense LICENSE.md
}