summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c8eac6d7238c58d3367415ba814c9db4aae4cb4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Manuel Hüsers <manuel.huesers@uni-ol.de>
# Contributor: Antergos Developers <dev@antergos.com>

pkgname=iso-flag-png
pkgver=1.0.1
pkgrel=1
pkgdesc='ISO country flags in PNG format'
arch=('any')
groups=('cinnamon')
url='https://github.com/linuxmint/flags'
license=('custom')
source=("https://github.com/linuxmint/flags/archive/${pkgver}.tar.gz")
sha256sums=('db328281d979600ce4b8cbe47a224b22de233126ee106c61112cf54437e17713')

package() {
	cd "flags-${pkgver}"
	cp -R 'usr' "${pkgdir}"
}