🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819
pkgname: bluefish
pkgver: '2.4.2'
pkgrel: 1
pkgdesc: A powerful HTML editor for experienced web designers and programmers
url: 'https://bluefish.openoffice.nl/'
arch: x86_64
depends:
- desktop-file-utils
makedepends:
- pcre
- enchant
- gtk3
source:
- 'https://www.bennewitz.com/bluefish/stable/source/${pkgname}-${pkgver}.tar.bz2'
sha256sums:
- SKIP
build: "cd ${pkgname}-${pkgver}\n\nsed '/infbrowser/d' -i src/Makefile.am\nautoreconf\n\n./configure --prefix=/usr \\\n\t--with-freedesktop_org-menu=/usr/share/applications \\\n\t--with-freedesktop_org-mime=/usr/share/mime \\\n\t--with-icon-path=/usr/share/pixmaps \\\n\t--disable-update-databases \\\n\t--without-libgnomeui \\\n\t--docdir=/usr/share/doc/${pkgname}-${pkgver}\n\nmake\nmake DESTDIR=${PKGDIR} install\n"
package: |
true