🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627282930313233343536373839
pkgname: emacs
pkgver: '31.1'
pkgrel: 1
pkgdesc: An extensible, customizable, self-documenting real-time display editor.
url: 'https://www.gnu.org/software/emacs/'
arch: x86_64
license:
- GPL3
depends:
- gsettings-desktop-schemas
makedepends:
- gtk3
- desktop-file-utils
- libjpeg-turbo
- giflib
- libpng
- librsvg
- libtiff
- dbus
- alsa-lib
- gnutls
- xorg-libxpm
source:
- 'https://ftp.gnu.org/pub/gnu/emacs/${pkgname}-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/usr \
--localstatedir=/var
make
make DESTDIR=${PKGDIR} install
chown -v -R root:root ${PKGDIR}/usr/share/emacs/${pkgver}
rm ${PKGDIR}/usr/lib/systemd/user/emacs.service
install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
package: |
true