summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 68f0d78f05d56260533993a9caa22dcce24e4f80 (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
29
30
31
32
33
# Maintainer: Your Name <youremail@domain.com>
pkgname=aur-rana-git
pkgver=1.0
pkgrel=0
pkgdesc="A better syntax for SGML"
arch=("any")
url="https://github.com/deeepaaa/rana"
license=('GPL')
groups=()
depends=()
makedepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=("rana.cpp" "helper.h" "makefile")
noextract=()

build() {
  make
}

package() {
  sudo make install
}

md5sums=('dc0207309bec551f42e97ecab4a68af9'
         '0338aafc1549cf8bd7a2f1244bf40a05'
         'fefdd71b67679e5022f412da536392fd')