summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a825cc0f63a5bdf881583b47d58143d6f55ea98b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pkgname=theme.sh
provides=("${pkgname}")
pkgver=1.0.1
pkgrel=1
arch=('any')
url="https://github.com/lemnos/theme.sh"
source=("$url/archive/v$pkgver.tar.gz")
sha256sums=('603d33e340c7b8788b7b34c2196e59fbad53c6f336e80cf8dfd9b9e08298a95c')

package() {
  cd "$pkgname-$pkgver"
	chmod +x "theme.sh"
  install -Dm755 "theme.sh" "$pkgdir/usr/bin/theme.sh"
}