summarylogtreecommitdiffstats
path: root/PKGBUILD~
blob: 6ddaa759bf2523c9b139393ca263346d6b2a5e45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Alex Epstein <epsteina@wit.edu>

pkgname=Bash-Snippets
pkgver=1.17.2
pkgrel=1
pkgdesc="A collection of small bash scripts for heavy terminal users"
arch=('any')
url="https://github.com/alexanderepstein/Bash-Snippets"
license=("MIT")
source=("https://github.com/alexanderepstein/Bash-Snippets/archive/v$pkgver.tar.gz")
depends=("bash" "curl" "openssl" "git")
sha256sums=("33e075c85ffece137d0b645baf3fd8b9a3dd2d41bd9b73528b7919db6373b76f")

package() {
    tar -xf Bash-Snippets-v$pkgver.tar.gz
    cd Bash-Snippets-$pkgver
    ./install.sh all
}