mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Add devel/pkg-info.el.
Provides information about Emacs packages. Reviewed by: bapt
This commit is contained in:
parent
4c34be85dc
commit
3ec37026c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354458
27
devel/pkg-info.el/Makefile
Normal file
27
devel/pkg-info.el/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pkg-info.el
|
||||
PORTVERSION= 0.5
|
||||
CATEGORIES= devel elisp
|
||||
DISTNAME= pkg-info-${PORTVERSION}
|
||||
|
||||
MAINTAINER= rpaulo@FreeBSD.org
|
||||
COMMENT= Provide information about Emacs packages
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= lunaryorn
|
||||
GH_TAGNAME= ${PORTVERSION}
|
||||
GH_COMMIT= fc749d9
|
||||
|
||||
USE_EMACS= yes
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/pkg-info.el \
|
||||
${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/pkg-info.el/distinfo
Normal file
2
devel/pkg-info.el/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (pkg-info-0.5.tar.gz) = 986c194790a52881b33d4d8e6e20ddb657438a95cd047d6059447fdfb91fa82f
|
||||
SIZE (pkg-info-0.5.tar.gz) = 62837
|
3
devel/pkg-info.el/pkg-descr
Normal file
3
devel/pkg-info.el/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Provide information about Emacs packages.
|
||||
|
||||
WWW: https://github.com/lunaryorn/pkg-info.el
|
1
devel/pkg-info.el/pkg-plist
Normal file
1
devel/pkg-info.el/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
%%EMACS_SITE_LISPDIR%%/pkg-info.el
|
Loading…
Reference in New Issue
Block a user