void-packages/srcpkgs/bash-preexec/template

18 lines
500 B
Bash
Raw Normal View History

2015-05-21 09:52:10 +00:00
# Template file for 'bash-preexec'
pkgname=bash-preexec
2017-09-25 10:02:13 +00:00
version=0.3.4
revision=2
2015-05-21 09:52:10 +00:00
noarch=yes
depends="bash"
short_desc="Preexec and Precmd functions for Bash just like Zsh"
2017-04-06 16:52:20 +00:00
maintainer="Andrea Brancaleoni <abc@pompel.me>"
2015-05-21 09:52:10 +00:00
license="MIT"
homepage="https://github.com/rcaloras/bash-preexec"
distfiles="https://github.com/rcaloras/bash-preexec/archive/${version}.tar.gz"
2017-09-25 10:02:13 +00:00
checksum=a3050e1672ebc2374e235ea7879f129a62dfddc95875ba90e86271a48f6548b9
2015-05-21 09:52:10 +00:00
do_install() {
vbin bash-preexec.sh
vlicense LICENSE.md
2015-05-21 09:52:10 +00:00
}