diff options
Diffstat (limited to 'system/ed/APKBUILD')
-rw-r--r-- | system/ed/APKBUILD | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/system/ed/APKBUILD b/system/ed/APKBUILD index 38acc491c..6fb692b12 100644 --- a/system/ed/APKBUILD +++ b/system/ed/APKBUILD @@ -1,8 +1,8 @@ -# Maintainer: +# Maintainer: Zach van Rijn <me@zv.io> pkgname=ed -pkgver=1.15 +pkgver=1.19 pkgrel=0 -pkgdesc="GNU ed is a line-oriented text editor. It is used to create, display, modify and otherwise manipulate text files" +pkgdesc="GNU version of standard text editor" url="https://www.gnu.org/software/ed/" arch="all" license="GPL-3.0+" @@ -14,25 +14,20 @@ source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.lz" builddir=$srcdir/$pkgname-$pkgver build() { - cd "$builddir" - # bindir needs correspond with busybox location ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ - --bindir=/bin \ --mandir=/usr/share/man make all } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } -sha512sums="27a16db41e88626b9718b1868f2fc629b609e436aca2450846f87492c61bf60cec3db0c54ff9a421d9bcbf59fe91a8c672aee5772e1b1eec8a365f227c30ecba ed-1.15.tar.lz" +sha512sums="594d5cf895931783110ee1956078f6a77aee022fb67730cbc6f1d30521c120b97820a5eb349278575f85c4c1e17fea0e16a3bc22592edae53c6fd27941ee3d7e ed-1.19.tar.lz" |