1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
# XNEdit - classic NEdit-style Motif text editor # https://github.com/unixwork/xnedit [package] name = "xnedit" version = "1.6.3" release = 1 description = "NEdit-style plain text editor (Motif)" url = "https://github.com/unixwork/xnedit" license = "GPL-2.0-or-later" maintainer = "Chris Tusa <chris.tusa@leafscale.com>" arch = "x86_64" [dependencies] runtime = ["motif", "libXt", "libX11", "libXext", "libXft", "fontconfig"] build = ["motif", "libXt", "libX11", "libXext", "libXft", "fontconfig"] [[source]] file = "xnedit-1.6.3.tar.gz" urls = ["https://github.com/unixwork/xnedit/archive/refs/tags/v1.6.3.tar.gz"] checksum = "069f4d40445ef5db636975e0f268ca11ec828bbc62bf4e6d7343d57b0697ecb0" [build] parallel = false