Created
February 9, 2020 05:52
-
-
Save catvec/881bcf9472bb074c903928889000d40a to your computer and use it in GitHub Desktop.
Draft of qgis xbps package
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Template file for 'qgis' | |
| pkgname=qgis | |
| version=3.10.2 | |
| revision=1 | |
| archs="x86_64" | |
| #wrksrc="${pkgname}-${version}" | |
| create_wrksrc=yes | |
| build_style=cmake | |
| hostmakedepends="" | |
| makedepends="" | |
| depends="grass" | |
| short_desc="A Free and Open Source Geographic Information System" | |
| maintainer="Noah Huppert <contact@noahh.io>" | |
| license="MIT" | |
| homepage="https://www.qgis.org" | |
| distfiles="https://github.com/qgis/QGIS/archive/final-3_10_2.tar.gz" | |
| checksum=e17344e24d580bccd0f80a101da332fc46fff420d913391eeb741050fcb07f9c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment