summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorManoel Vilela2016-11-25 21:47:46 -0300
committerManoel Vilela2016-11-25 21:47:46 -0300
commitc536b8543ec045be8d7717c057a732c08ef46524 (patch)
tree319e81d32dac045fd35efa8a85df48f9d4f9c007 /.SRCINFO
downloadaur-c536b8543ec045be8d7717c057a732c08ef46524.tar.gz
Add first version of emacs-openrc
Ported from gentoo using a simplified version without emacs bin wrapper. I need get some vars to put on defaults, like SHELL, HOME and USER. As the service start as root and the final user is not him, I need do some hacking here. Sorry for this shit :( BTW, in some way, this works.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO18
1 files changed, 18 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..629e6f5d4518
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,18 @@
+pkgbase = emacs-openrc
+ pkgdesc = Init script for emacs daemon for openrc
+ pkgver = 1.0
+ pkgrel = 1
+ install = emacs-openrc.install
+ changelog = CHANGELOG
+ arch = i686
+ arch = x86_64
+ license = GPL3
+ depends = emacs
+ depends = openrc
+ provides = openrc-emacs
+ conflicts = openrc-emacs
+ replaces = openrc-emacs
+ noextract = emacs-daemon.rc
+
+pkgname = emacs-openrc
+