]> git.pld-linux.org Git - packages/awesome-plugin-bashets.git/commitdiff
Initial add.
authorCaleb Maclennan <caleb@pld-linux.org>
Mon, 6 Aug 2012 19:09:45 +0000 (22:09 +0300)
committerCaleb Maclennan <caleb@pld-linux.org>
Mon, 6 Aug 2012 19:09:45 +0000 (22:09 +0300)
awesome-plugin-bashets.spec [new file with mode: 0644]

diff --git a/awesome-plugin-bashets.spec b/awesome-plugin-bashets.spec
new file mode 100644 (file)
index 0000000..51396bb
--- /dev/null
@@ -0,0 +1,33 @@
+%define        shortname       bashets
+Summary:       Bashets is a widget library that displays data from scripts
+Name:          awesome-plugin-%{shortname}
+Version:       0.6.3
+Release:       0.1
+License:       GPL v3
+Group:         X11/Window Managers/Tools
+Source0:       http://gitorious.org/bashets/bashets/blobs/raw/master/bashets.lua
+# Source0-md5: fead95b357bc800773c6a506c126ba72
+URL:           http://awesome.naquadah.org/wiki/Bashets
+Requires:      awesome >= 3.4
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Bashets is a user widget library powered by shell scripts. Bashets is
+glue code which empowers you to fetch data somewhere, and put it
+somewhere. It is a distinct approach from Obvious or Vicious, which
+try to implement and package predefined widgets themselves.
+
+%prep
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/%{_datadir}/awesome/bashets
+install %{SOURCE0} $RPM_BUILD_ROOT%{_datadir}/awesome/lib/bashets.lua
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%dir %{_datadir}/awesome/bashets
+%{_datadir}/awesome/lib/bashets.lua
This page took 0.061272 seconds and 4 git commands to generate.