mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
aoeui: use official upstream github.
This commit is contained in:
parent
78793d7fda
commit
7a6fc91881
1 changed files with 7 additions and 5 deletions
|
@ -1,15 +1,17 @@
|
||||||
# Template file for 'aoeui'
|
# Template file for 'aoeui'
|
||||||
pkgname=aoeui
|
pkgname=aoeui
|
||||||
version=1.7
|
version=1.7
|
||||||
revision=5
|
revision=6
|
||||||
|
_githash=4e5dee93ebbaf5bd7bd7da80ce34b2eef196cd08
|
||||||
|
wrksrc="${pkgname}-${_githash}"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="m4"
|
hostmakedepends="m4"
|
||||||
short_desc="Lightweight UNIX-friendly text editor"
|
short_desc="Lightweight UNIX-friendly text editor"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://sites.google.com/site/aoeuiandasdfg/Home"
|
homepage="https://github.com/pklausler/aoeui"
|
||||||
distfiles="https://github.com/adnelson/aoeui/raw/master/${pkgname}-${version}.tgz"
|
distfiles="https://github.com/pklausler/aoeui/archive/${_githash}.tar.gz"
|
||||||
checksum=f4c067ad2c3b95ad130411195dd53ea49300e8e3496ecf0deceff20350c7670d
|
checksum=3b06c7950b0fcbdfe57e78de8cb9b9d7af141932459a32d72a029f96839d667f
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
echo 'LIBS += $(LDFLAGS)' >>Makefile
|
echo 'LIBS += $(LDFLAGS)' >>Makefile
|
||||||
|
|
Loading…
Add table
Reference in a new issue