vp-build/srcpkgs/bash-preexec/template

17 lines
482 B
Bash

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