void-packages/srcpkgs/bash-preexec/template

17 lines
482 B
Bash
Raw Normal View History

2015-05-21 11:52:10 +02:00
# Template file for 'bash-preexec'
pkgname=bash-preexec
2015-12-08 11:55:59 +01:00
version=0.2.3
2015-10-12 11:31:21 +02:00
revision=1
2015-05-21 11:52:10 +02:00
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"
2015-12-08 11:55:59 +01:00
checksum=33fad9f4e024d4d23972ca656406bfdacecd5a2fcdf290d81bb56c14a5c8d094
2015-05-21 11:52:10 +02:00
do_install() {
vbin bash-preexec.sh
}