void-packages/srcpkgs/bash-preexec/template
Đoàn Trần Công Danh e8d4a0e2f0 bash-preexec: remove noarch
2020-11-21 17:20:11 +07:00

17 lines
489 B
Bash

# Template file for 'bash-preexec'
pkgname=bash-preexec
version=0.3.7
revision=2
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=56c33779763f9960dee863f4d87bc58f8da0ad9120b2c60dd12ba61c71c72da4
do_install() {
vbin bash-preexec.sh
vlicense LICENSE.md
}