summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1c338102f4961c97879fb5f15e429b6e1639c321 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Thomas "Ventto" Venriès <thomas.venries@gmail.com>

pkgname=dot
pkgver=0.1
pkgrel=1
pkgdesc='Dot.'
arch=('any')
url="https://github.com/Ventto/${pkgname}.git"
license=('MIT')
depends=('git')
provides=("${pkgname}")
conflicts=("${pkgname}")
source=("https://github.com/Ventto/lux/archive/v${pkgver}.tar.gz")
sha256sums=('SKIP')

build() {
  cd ${srcdir}/${pkgname}-${pkgver}
}

package() {
  cd ${srcdir}/${pkgname}-${pkgver}
}