16 lines
482 B
Bash
16 lines
482 B
Bash
# Template file for 'bash-preexec'
|
|
pkgname=bash-preexec
|
|
version=0.2.2
|
|
revision=1
|
|
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"
|
|
checksum=68e748308754437bad0f948cde8dd3a903ad53d919b4e0ce7b18e012895e6fa8
|
|
|
|
do_install() {
|
|
vbin bash-preexec.sh
|
|
}
|