Skip to content

Commit

Permalink
use Github for emacs-w3m package instead of CSV-based source
Browse files Browse the repository at this point in the history
  • Loading branch information
alexott authored and thoni56 committed Apr 14, 2023
1 parent 9e26a8c commit 73fdef1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions recipes/emacs-w3m.rcp
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
(:name emacs-w3m
:description "A simple Emacs interface to w3m"
:type cvs
:type github
:pkgname "emacs-w3m/emacs-w3m"
:website "http://emacs-w3m.namazu.org/"
:module "emacs-w3m"
:url ":pserver:[email protected]:/storage/cvsroot"
:build `(("autoconf") ("./configure" ,(format "--with-emacs=%s" el-get-emacs)) ("make"))
:build/windows-nt (("sh" "./autogen.sh")
("sh" "./configure")
Expand Down

0 comments on commit 73fdef1

Please sign in to comment.