void-packages/srcpkgs/bash-preexec/template
2016-04-22 11:10:46 +02:00

16 lines
482 B
Bash

# Template file for 'bash-preexec'
pkgname=bash-preexec
version=0.3.0
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=0b75f66dc956cd205d9f0259fff23839d704699f5679ae37d0e43e8cf50b3b18
do_install() {
vbin bash-preexec.sh
}