vp-build/srcpkgs/bash-preexec/template

18 lines
500 B
Bash

# Template file for 'bash-preexec'
pkgname=bash-preexec
version=0.3.7
revision=1
noarch=yes
depends="bash"
short_desc="Preexec and Precmd functions for Bash just like Zsh"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="MIT"
homepage="https://github.com/rcaloras/bash-preexec"
distfiles="https://github.com/rcaloras/bash-preexec/archive/${version}.tar.gz"
checksum=56c33779763f9960dee863f4d87bc58f8da0ad9120b2c60dd12ba61c71c72da4
do_install() {
vbin bash-preexec.sh
vlicense LICENSE.md
}