# Template file for 'bash-preexec'
pkgname=bash-preexec
version=0.6.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=1a987c0ef0e9cfa0391389327c5aef30166325b32666adde3daa9b809850cdd1

do_install() {
	vbin bash-preexec.sh
	vlicense LICENSE.md
}
