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