Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F1726504
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
1 KB
Subscribers
None
View Options
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,35 @@
+pkgname=workrave-auto-hg
+pkgver=r1
+pkgrel=1
+pkgdesc="A tool to set workrave on schedule"
+arch=(any)
+depends=('python' 'python-pyqt5' 'python-dbus')
+makedepends=('mercurial')
+source=('workrave-auto-hg::hg+https://www.aboehler.at/hg/workrave-auto/')
+url="http://www.aboehler.at/"
+provides=('workrave-auto')
+conflicts=('workrave-auto')
+license=("GPL")
+sha256sums=(SKIP)
+
+pkgver() {
+ cd "$pkgname"
+ printf "r%s.%s" "$(hg identify -n)" "$(hg identify -i)"
+}
+
+build() {
+ cd ${pkgname}
+ msg "Nothing to be done"
+}
+
+package() {
+ mkdir -p "${pkgdir}"/usr/bin
+ #mkdir -p "${pkgdir}"/usr/share/applications
+ #mkdir -p "${pkgdir}"/usr/share/icons
+ cd ${pkgname}
+ install -m755 workrave-auto.py "${pkgdir}"/usr/bin/workrave-auto
+ #install -m644 workrave-auto.png "${pkgdir}"/usr/share/icons
+ #install -m644 workrave-auto.desktop "${pkgdir}"/usr/share/applications
+}
+
+# vim:set ts=2 sw=2 et:
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Wed, Dec 4, 4:25 PM (11 h, 9 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
536068
Default Alt Text
(1 KB)
Attached To
rWRA workrave-auto
Event Timeline
Log In to Comment