mirror of
https://github.com/stumpwm/stumpwm-contrib.git
synced 2026-09-10 07:26:25 -04:00
10 lines
278 B
Common Lisp
10 lines
278 B
Common Lisp
(asdf:defsystem #:browse
|
|
:description "Open the default web browser portably"
|
|
:author "Spenser Truex <web@spensertruex.com>"
|
|
:license "GNU GPL v3"
|
|
:version "0.0.1"
|
|
:serial t
|
|
:components ((:file "package")
|
|
(:file "browse"))
|
|
:depends-on (#:stumpwm))
|