summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c0195678e655eab76c1ee4825bf813148fa4f585 (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
# Maintainer: Hyperdriveguy <hyperdriveguy@gmail.com>
pkgname=polished-map-plus-plus
pkgver=2.5.0
pkgrel=1
pkgdesc="A map and tileset editor for pokecrystal, pokered, and hacks based on them like Polished Crystal (attributes support)."
arch=('x86_64')
url='https://github.com/Rangi42/polished-map'
license=('LGPL')
depends=('fltk-mod')
makedepends=('git' 'make' 'gcc')
source=("${pkgname}"::'git+https://github.com/Rangi42/polished-map.git')
sha256sums=('SKIP')

build() {
  cd "$pkgname"
  git checkout ff48bf6

  make
}

package() {
  cd "$pkgname"

  make PREFIX=/usr DESTDIR="$pkgdir/" install
}