Skip to content

Instantly share code, notes, and snippets.

View cj-sv's full-sized avatar

Carlo cj-sv

View GitHub Profile
@cj-sv
cj-sv / gist:4eff7ab128d3491c9b60e4790283a5f7
Created July 16, 2019 08:15
PKGBUILD for grass 7.6.1-1
# Maintainer: Doug Newgard <scimmia at archlinux dot org>
# Contributor: Maciej Sieczka <msieczka at sieczka dot org>
pkgname=grass
pkgver=7.6.1
pkgrel=1
_shortver=${pkgver%.*}; _shortver=${_shortver/./}
pkgdesc='Geospatial data management and analysis, image processing, graphics/maps production, spatial modeling and visualization'
arch=('i686' 'x86_64')
url='http://grass.osgeo.org/'