summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/xclip/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/xclip/package.py')
-rw-r--r--var/spack/repos/builtin/packages/xclip/package.py26
1 files changed, 13 insertions, 13 deletions
diff --git a/var/spack/repos/builtin/packages/xclip/package.py b/var/spack/repos/builtin/packages/xclip/package.py
index 212ee20f69..9eafaf57c6 100644
--- a/var/spack/repos/builtin/packages/xclip/package.py
+++ b/var/spack/repos/builtin/packages/xclip/package.py
@@ -8,20 +8,20 @@ from spack.package import *
class Xclip(AutotoolsPackage):
"""xclip is a command line utility that is designed to run on any system
- with an X11 implementation. It provides an interface to X selections
- ("the clipboard") from the command line. It can read data from standard
- in or a file and place it in an X selection for pasting into other X
- applications. xclip can also print an X selection to standard out,
- which can then be redirected to a file or another program."""
+ with an X11 implementation. It provides an interface to X selections
+ ("the clipboard") from the command line. It can read data from standard
+ in or a file and place it in an X selection for pasting into other X
+ applications. xclip can also print an X selection to standard out,
+ which can then be redirected to a file or another program."""
homepage = "https://github.com/astrand/xclip"
- git = "https://github.com/astrand/xclip.git"
+ git = "https://github.com/astrand/xclip.git"
- version('0.13', commit='9aa7090c3b8b437c6489edca32ae43d82e0c1281')
+ version("0.13", commit="9aa7090c3b8b437c6489edca32ae43d82e0c1281")
- depends_on('libxmu')
- depends_on('libx11')
- depends_on('autoconf', type='build')
- depends_on('automake', type='build')
- depends_on('libtool', type='build')
- depends_on('m4', type='build')
+ depends_on("libxmu")
+ depends_on("libx11")
+ depends_on("autoconf", type="build")
+ depends_on("automake", type="build")
+ depends_on("libtool", type="build")
+ depends_on("m4", type="build")