summaryrefslogtreecommitdiff
path: root/~lukeshu
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-19 14:50:16 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-19 14:50:16 -0500
commitc571d32f40984f1099ddb757388248291c2a2b9a (patch)
tree89f1faba00d080d53fbacc26c761c943d64019bc /~lukeshu
parentee4a60222595998097a22fc47197bf8aa40570a3 (diff)
add ~lukeshu/systemd-timesyncd-wait-git
Diffstat (limited to '~lukeshu')
-rw-r--r--~lukeshu/systemd-timesyncd-wait-git/PKGBUILD33
1 files changed, 33 insertions, 0 deletions
diff --git a/~lukeshu/systemd-timesyncd-wait-git/PKGBUILD b/~lukeshu/systemd-timesyncd-wait-git/PKGBUILD
new file mode 100644
index 000000000..7f37e2f9f
--- /dev/null
+++ b/~lukeshu/systemd-timesyncd-wait-git/PKGBUILD
@@ -0,0 +1,33 @@
+# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net>
+
+_pkgname=systemd-timesyncd-wait
+pkgver=20170119
+pkgdesc="Proper time-sync.target support for systemd-timesyncd"
+url="https://lukeshu.com/git/$_pkgname.git"
+license=('Apache')
+
+pkgrel=2
+arch=('i686' 'x86_64')
+depends=('systemd')
+makedepends=('go')
+source=("https://repo.parabola.nu/other/~lukeshu/$_pkgname/$_pkgname-$pkgver.tar.gz")
+md5sums=('96b298f1934a6587c7001862adae16ca')
+
+pkgname=$_pkgname-git
+provides=($_pkgname)
+conflicts=($_pkgname)
+
+_gitver='commit=d6d7ed035c4f4a1f8e968e70726050c9fa4553e4'
+mkdepends=('git')
+mksource=("$_pkgname-$pkgver::git://git.lukeshu.com/$_pkgname.git#$_gitver")
+mkmd5sums=('SKIP')
+
+build() {
+ cd "$srcdir/$_pkgname-$pkgver"
+ make
+}
+
+package() {
+ cd "$srcdir/$_pkgname-$pkgver"
+ make install DESTDIR="$pkgdir"
+}