Initial release

This commit is contained in:
Callum Moffat
2015-11-22 05:49:14 +13:00
commit 74e8c34b89
2 changed files with 22 additions and 0 deletions

11
PKGBUILD Normal file
View File

@ -0,0 +1,11 @@
pkgname=mint-backgrounds-rosa
pkgver=1.2
pkgrel=1
pkgdesc="The backgrounds included in Linux Mint 17.3 Rosa"
license=('Various')
arch=('any')
url="http://packages.linuxmint.com/pool/main/m/mint-backgrounds-rosa"
source=("$url/mint-backgrounds-rosa_$pkgver.tar.gz")
package() {
cp -a $srcdir/usr $pkgdir
}