mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
Add devel/dash.el
Modern list library for Emacs. Reviewed by: bapt
This commit is contained in:
parent
3eefe378c6
commit
39dc0c39fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354455
28
devel/dash.el/Makefile
Normal file
28
devel/dash.el/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dash.el
|
||||
PORTVERSION= 2.6.0
|
||||
CATEGORIES= devel elisp
|
||||
DISTNAME= dash-${PORTVERSION}
|
||||
|
||||
MAINTAINER= rpaulo@FreeBSD.org
|
||||
COMMENT= Modern list library for Emacs
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= magnars
|
||||
GH_TAGNAME= ${PORTVERSION}
|
||||
GH_COMMIT= 9b50f26
|
||||
|
||||
USE_EMACS= yes
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/dash.el \
|
||||
${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/dash-functional.el \
|
||||
${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/dash.el/distinfo
Normal file
2
devel/dash.el/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (dash-2.6.0.tar.gz) = db988dd3fc08d6bdf9eae3728d4a76c20c59653d3cae4756a66c55e3444cc88a
|
||||
SIZE (dash-2.6.0.tar.gz) = 70528
|
3
devel/dash.el/pkg-descr
Normal file
3
devel/dash.el/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A modern list api for Emacs. No 'cl required.
|
||||
|
||||
WWW: https://github.com/magnars/dash.el
|
1
devel/dash.el/pkg-plist
Normal file
1
devel/dash.el/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
%%EMACS_SITE_LISPDIR%%/dash.el
|
Loading…
Reference in New Issue
Block a user