summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 15 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..0588ce5feafe
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,15 @@
+pkgname=dotrtorrent
+pkgver=1
+pkgrel=1
+pkgdesc='Tools for running rTorrent headless as a regular user'
+arch=(any)
+depends=(rtorrent dtach)
+makedepends=()
+optdepends=()
+backup=()
+source=(rtorrent.service)
+md5sums=(SKIP)
+
+package() {
+ install -Dm644 rtorrent.service "${pkgdir}/usr/lib/systemd/user/rtorrent.service"
+}