summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1daa8c7021607e7700606d9f62d0bd6a2e0d2d31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Contributor: J0w03L <j0w03l at email dot com>

pkgname=shell-mommy-git
pkgver=r28.836eaf9
pkgrel=1
pkgdesc="Mommy is here for you on the command line ~ <3"
arch=("any")
url="https://github.com/sudofox/shell-mommy"
license=("unknown")
makedepends=("git")
source=("$pkgname::git+https://github.com/sudofox/shell-mommy.git")
sha256sums=("SKIP")

pkgver() {
    cd "$pkgname"
    printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}

package() {
    cd "$pkgname"
    install -Dm644 "shell-mommy.sh" -t "$pkgdir/usr/share/shell-mommy"
    install -Dm644 "README.md" -t "$pkgdir/usr/share/doc/$pkgname"
}