17 lines
500 B
Bash
17 lines
500 B
Bash
# Template file for 'bash-preexec'
|
|
pkgname=bash-preexec
|
|
version=0.3.6
|
|
revision=1
|
|
noarch=yes
|
|
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=d2c0c7698d02e72cb47e8bf9394e1773c33414f8c845311db9bc1a1f7c2a089b
|
|
|
|
do_install() {
|
|
vbin bash-preexec.sh
|
|
vlicense LICENSE.md
|
|
}
|