updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / xdg-settings / PKGBUILD
blobb4a3b1aafb469f663135f56d8dd2f444d75e161d
1 # Contributor: Matthew Bauer <mjbauer95@gmail.com>
2 pkgname=xdg-settings
3 pkgver=1
4 pkgrel=1
5 pkgdesc="get and set various desktop environment settings"
6 arch=(any)
7 url="http://crystalorb.net/mikem/xdg-settings.html"
8 license=('custom')
9 source=('http://crystalorb.net/mikem/xdg-settings')
10 depends=('sh')
12 build() {
13         install -D -m755 ${srcdir}/xdg-settings ${pkgdir}/usr/bin/xdg-settings
16 md5sums=('afbb1e2245020f26212450ed8bb1b192')