void-packages/srcpkgs/bash-preexec/template

17 lines
482 B
Bash
Raw Normal View History

2015-05-21 11:52:10 +02:00
# Template file for 'bash-preexec'
pkgname=bash-preexec
2015-10-12 11:31:21 +02:00
version=0.2.2
revision=1
2015-05-21 11:52:10 +02:00
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"
2015-10-12 11:31:21 +02:00
checksum=68e748308754437bad0f948cde8dd3a903ad53d919b4e0ce7b18e012895e6fa8
2015-05-21 11:52:10 +02:00
do_install() {
vbin bash-preexec.sh
}