summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 31100ed976b42a7aaa2999d456a654eb167961c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
pkgname="dollarskip"
pkgver="3.1.2"
pkgrel="1"
source=(https://github.com/CleanMachine1/DollarSkip/archive/3.1.2.tar.gz)
pkgdesc="Skip the dollar!"
arch=('any')
url="https://github.com/CleanMachine1/DollarSkip"
license=('MIT')
depends=('glibc')
makedepends=('gcc' 'make' 'glibc')
build() {
    cd DollarSkip-${pkgver}
    make
}

package() {
    cd DollarSkip-${pkgver} &&
    install -m 755 -D temp "${pkgdir}/usr/bin/\$" 
}

sha256sums=('bd46bdc03aa1cdd4b8cd4814091fee35b8f1c176d395ccb1c6eadf805e76045a')