summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9215d2adbce662330febbfa9fa005b1685b5ff79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Maintainer: m4sk1n <m4sk1n@vivaldi.net>
pkgname=xnots-git
pkgver=r34.3f3e8d1
pkgrel=1
pkgdesc="A desktop post-it/sticky note system for the unix geek"
arch=('i686' 'x86_64')
url="https://github.com/thePalindrome/xnots"
license=('GPL')
depends=('xorg-server' 'xorg-xrandr' 'pango')
makedepends=('git')
provides=('xnots')
conflicts=('xnots')
options=()
source=(git://github.com/thePalindrome/xnots.git)
sha256sums=('SKIP')

build() {
  cd "xnots"
  export CFLAGS="-O2"

  make
}

package() {
  cd "xnots"

  make prefix="$pkgdir/usr/" datadir="$pkgdir/usr/share/doc" install
}