summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9af6cf90fa4598c708cd0371cfcba1f317df6136 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Matei Cotocel <mcotocel at outlook dot com>
pkgname=discocss-git
pkgver=v0.1.0.r1.g764db56
pkgrel=1
pkgdesc="A tiny Discord CSS injector"
arch=('any')
url="https://github.com/mlvzk/discocss"
license=('MPL2')
groups=()
makedepends=('git')
source=("git+https://github.com/mlvzk/discocss")
md5sums=('SKIP')

pkgver() {
  cd discocss
  git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}

package() {
	cd discocss
	install -Dm775 discocss "${pkgdir}"/usr/bin/discocss
}