2017-03-26 03:15:42 +01:00
|
|
|
args @ { fetchurl, ... }:
|
2019-10-10 08:38:35 +01:00
|
|
|
rec {
|
2017-03-26 03:15:42 +01:00
|
|
|
baseName = ''stumpwm'';
|
2019-08-25 20:53:20 +01:00
|
|
|
version = ''20190710-git'';
|
2017-03-26 03:15:42 +01:00
|
|
|
|
|
|
|
description = ''A tiling, keyboard driven window manager'';
|
|
|
|
|
2017-08-01 03:34:01 +01:00
|
|
|
deps = [ args."alexandria" args."cl-ppcre" args."clx" ];
|
2017-03-26 03:15:42 +01:00
|
|
|
|
|
|
|
src = fetchurl {
|
2019-08-25 20:53:20 +01:00
|
|
|
url = ''http://beta.quicklisp.org/archive/stumpwm/2019-07-10/stumpwm-20190710-git.tgz'';
|
|
|
|
sha256 = ''10msx6a7s28aqkdz6x847n5jhg9sykvx96p3gh2pq1ab71wq1l3w'';
|
2017-03-26 03:15:42 +01:00
|
|
|
};
|
2017-08-31 01:22:51 +01:00
|
|
|
|
2017-06-21 21:15:07 +01:00
|
|
|
packageName = "stumpwm";
|
2017-03-30 21:54:56 +01:00
|
|
|
|
2017-08-31 01:22:51 +01:00
|
|
|
asdFilesToKeep = ["stumpwm.asd"];
|
|
|
|
overrides = x: x;
|
2017-03-26 03:15:42 +01:00
|
|
|
}
|
2017-08-31 01:22:51 +01:00
|
|
|
/* (SYSTEM stumpwm DESCRIPTION A tiling, keyboard driven window manager SHA256
|
2019-08-25 20:53:20 +01:00
|
|
|
10msx6a7s28aqkdz6x847n5jhg9sykvx96p3gh2pq1ab71wq1l3w URL
|
|
|
|
http://beta.quicklisp.org/archive/stumpwm/2019-07-10/stumpwm-20190710-git.tgz
|
|
|
|
MD5 7956cf3486c586f137b75f8b8c0e677c NAME stumpwm FILENAME stumpwm DEPS
|
2017-08-31 01:22:51 +01:00
|
|
|
((NAME alexandria FILENAME alexandria) (NAME cl-ppcre FILENAME cl-ppcre)
|
|
|
|
(NAME clx FILENAME clx))
|
2019-08-25 20:53:20 +01:00
|
|
|
DEPENDENCIES (alexandria cl-ppcre clx) VERSION 20190710-git SIBLINGS
|
2018-09-12 09:47:19 +01:00
|
|
|
(stumpwm-tests) PARASITES NIL) */
|