Skip to content

Commit

Permalink
PKGBUILD template
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpringle committed Aug 10, 2012
1 parent 74d5247 commit 22cf470
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Contributor: Sean Pringle <sean.pringle@gmail.com>

pkgname=goomwwm
pkgver=1.0_rc2
pkgver=_VER_
pkgrel=1
pkgdesc="Get out of my way, Window Manager!"
arch=('i686' 'x86_64')
Expand All @@ -13,7 +13,7 @@ makedepends=()
provides=('goomwwm')
conflicts=('goomwwm-git')
source=("http://aerosuidae.net/goomwwm/$pkgname-$pkgver.tar.gz")
md5sums=('d4b30d3c23932a6f91d8afc2231a2300')
md5sums=('_MD5_')

build() {
cd "${srcdir}/$pkgname-$pkgver"
Expand All @@ -26,4 +26,4 @@ package() {
install -Dm 644 "$pkgname.desktop" "$pkgdir/usr/share/xsessions/$pkgname.desktop"
gzip -c "$pkgname.1" > "$pkgname.1.gz"
install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
}
}

0 comments on commit 22cf470

Please sign in to comment.