vp-build/srcpkgs/bash-preexec/template

17 lines
479 B
Bash
Raw Normal View History

2015-05-21 11:52:10 +02:00
# Template file for 'bash-preexec'
pkgname=bash-preexec
2017-05-11 10:43:17 +02:00
version=0.3.3
2015-10-12 11:31:21 +02:00
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"
2017-04-06 18:52:20 +02:00
maintainer="Andrea Brancaleoni <abc@pompel.me>"
2015-05-21 11:52:10 +02:00
license="MIT"
homepage="https://github.com/rcaloras/bash-preexec"
distfiles="https://github.com/rcaloras/bash-preexec/archive/${version}.tar.gz"
2017-05-11 10:43:17 +02:00
checksum=019a556c5ec77a6c5b4c53c0afbe6596b0d8eac2ffde076af44b0a1d5793cc7b
2015-05-21 11:52:10 +02:00
do_install() {
vbin bash-preexec.sh
}