18 lines
500 B
Bash
18 lines
500 B
Bash
# Template file for 'bash-preexec'
|
|
pkgname=bash-preexec
|
|
version=0.3.5
|
|
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=197f5107f84a4b4caadc57f908f2b72a911c95ae36412d1b166c4c1b20b2da8b
|
|
|
|
do_install() {
|
|
vbin bash-preexec.sh
|
|
vlicense LICENSE.md
|
|
}
|