summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f538792fade805bf628c7c75f48c4ad6afbf2d6f (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
# Maintainer: Wispy <wspvlv@gmail.com>
pkgname=wimg
pkgver=0.1
pkgrel=1
pkgdesc="A minimalistic image viewer made with WLib and SDL2"
arch=(x86_64)
url=""
license=('GPL3')
groups=()
depends=( sdl2 wlib )
makedepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=($pkgname-$pkgver.tar.gz)
noextract=()
md5sums=(SKIP)

package() {
  DESTDIR="$pkgdir"
  install -Dm755 wimg -t ${DESTDIR}/usr/bin
}