void-packages/srcpkgs/bash-preexec/template
2019-03-01 12:04:45 -03:00

17 lines
502 B
Bash

# Template file for 'bash-preexec'
pkgname=bash-preexec
version=0.3.7
revision=1
archs=noarch
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
}