New package: bash-preexec-0.2.1

This commit is contained in:
Andrea Brancaleoni 2015-05-21 11:52:10 +02:00
parent 5fefb5749e
commit 61bad8a9fd
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# Template file for 'bash-preexec'
pkgname=bash-preexec
_mantainer=rcaloras
version=0.2.1
revision=1
noarch=yes
hostmakedepends="git"
depends="bash"
short_desc="Preexec and Precmd functions for Bash just like Zsh"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="MIT"
homepage="http://github.com/${_mantainer}/${pkgname}"
do_fetch() {
local url="git://github.com/${_mantainer}/${pkgname}"
msg_normal "Fetching source from $url ...\n"
git clone --branch ${version} ${url} ${pkgname}-${version}
}
do_install() {
vbin bash-preexec.sh
}