summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDestructiveReasoning2016-03-01 19:36:09 +0000
committerDestructiveReasoning2016-03-01 19:36:09 +0000
commit274c3402d212ddcfcd2dd126fa459f421423bed1 (patch)
treee2145114100c0bcf8a77992b129e59c1cc39d74f
parent47fa2ed875dce848d58ca8da816f608bc5bb3560 (diff)
downloadaur-274c3402d212ddcfcd2dd126fa459f421423bed1.tar.gz
Initial upload
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a5e36d350ea..8dce9087d874 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Mar 1 19:20:23 UTC 2016
+# Tue Mar 1 19:35:35 UTC 2016
pkgbase = hasklock
pkgdesc = A binary clock in ncurses written in Haskell
pkgver = 0.1.0
@@ -10,7 +10,7 @@ pkgbase = hasklock
license = BSD
makedepends = git
depends = ncurses
- source = hasklock::git+https://github.com/DestructiveReasoning/Conway.git
+ source = hasklock::git+https://github.com/DestructiveReasoning/hasklock.git
md5sums = SKIP
pkgname = hasklock
diff --git a/PKGBUILD b/PKGBUILD
index 5fc7bae4ee53..0cb8ef1a2742 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ replaces=()
backup=()
options=()
install=hasklock.install
-source=($pkgname::git+https://github.com/DestructiveReasoning/Conway.git)
+source=($pkgname::git+https://github.com/DestructiveReasoning/hasklock.git)
noextract=()
md5sums=('SKIP') #generate with 'makepkg -g'
@@ -49,8 +49,8 @@ build() {
}
package() {
-# cd "$srcdir/$_gitname"
-# cd "$srcdir/"
+ cd "$srcdir/$_gitname"
+# make
install -Dm 755 Hasklock "$pkgdir/usr/bin/$_gitname"
#make DESTDIR="${pkgdir}" install
}