17 lines
489 B
Bash
17 lines
489 B
Bash
# Template file for 'bash-preexec'
|
|
pkgname=bash-preexec
|
|
version=0.4.1
|
|
revision=1
|
|
depends="bash"
|
|
short_desc="Preexec and Precmd functions for Bash just like Zsh"
|
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|
license="MIT"
|
|
homepage="https://github.com/rcaloras/bash-preexec"
|
|
distfiles="https://github.com/rcaloras/bash-preexec/archive/${version}.tar.gz"
|
|
checksum=5e6515d247e6156c99a31de6db58e9cbef53071806292a1ca10b7af74633a8c9
|
|
|
|
do_install() {
|
|
vbin bash-preexec.sh
|
|
vlicense LICENSE.md
|
|
}
|