void-packages/srcpkgs/bash-preexec/template
2015-05-21 12:32:01 +02:00

17 lines
482 B
Bash

# Template file for 'bash-preexec'
pkgname=bash-preexec
version=0.2.1
revision=2
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=017e0f06a5213f9a71a8fe6a368b5737470f9d8bd180a910c49d6ef616894f7b
do_install() {
vbin bash-preexec.sh
}