Add devel/epl.el.
Emacs Package Library. Reviewed by: bapt
This commit is contained in:
parent
f3c88e4dc6
commit
4c34be85dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354457
4 changed files with 34 additions and 0 deletions
27
devel/epl.el/Makefile
Normal file
27
devel/epl.el/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= epl.el
|
||||
PORTVERSION= 0.7
|
||||
CATEGORIES= devel elisp
|
||||
DISTNAME= epl-${PORTVERSION}
|
||||
|
||||
MAINTAINER= rpaulo@FreeBSD.org
|
||||
COMMENT= Emacs Package Library
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= cask
|
||||
GH_TAGNAME= ${PORTVERSION}
|
||||
GH_COMMIT= 4f88ed0
|
||||
GH_PROJECT= epl
|
||||
|
||||
USE_EMACS= yes
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/epl.el \
|
||||
${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/epl.el/distinfo
Normal file
2
devel/epl.el/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (epl-0.7.tar.gz) = 0f4d534f31c481197610fbd6ddc81e13cfc859bce8cb4b369e66ecad93279cc3
|
||||
SIZE (epl-0.7.tar.gz) = 66543
|
4
devel/epl.el/pkg-descr
Normal file
4
devel/epl.el/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
EPL provides a convenient high-level API for various package.el versions, and
|
||||
aims to overcome its most striking idiocies.
|
||||
|
||||
WWW: https://github.com/cask/epl
|
1
devel/epl.el/pkg-plist
Normal file
1
devel/epl.el/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
%%EMACS_SITE_LISPDIR%%/epl.el
|
Loading…
Reference in a new issue