void-packages/srcpkgs/bash-preexec/template
2015-12-08 11:55:59 +01:00

17 lines
482 B
Bash

# Template file for 'bash-preexec'
pkgname=bash-preexec
version=0.2.3
revision=1
noarch=yes
depends="bash"
short_desc="Preexec and Precmd functions for Bash just like Zsh"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="MIT"
homepage="https://github.com/rcaloras/bash-preexec"
distfiles="https://github.com/rcaloras/bash-preexec/archive/${version}.tar.gz"
checksum=33fad9f4e024d4d23972ca656406bfdacecd5a2fcdf290d81bb56c14a5c8d094
do_install() {
vbin bash-preexec.sh
}