Switch to new download format and add compilation options
This commit is contained in:
@@ -1,8 +1,19 @@
|
||||
name: nano
|
||||
description: A simple text editor
|
||||
version: 8.6
|
||||
version: "8.6"
|
||||
revision: 2
|
||||
url: https://www.nano-editor.org/
|
||||
license: GPL3
|
||||
architecture: any
|
||||
depends: ["file","glibc","ncurses"]
|
||||
type: source
|
||||
depends:
|
||||
- file
|
||||
- glibc
|
||||
- ncurses
|
||||
keep:
|
||||
- etc/nanorc
|
||||
downloads:
|
||||
- url: https://www.nano-editor.org/dist/v${BPM_PKG_VERSION%%.*}/nano-${BPM_PKG_VERSION}.tar.xz
|
||||
extract_to_bpm_source: true
|
||||
extract_strip_components: 1
|
||||
checksum: f7abfbf0eed5f573ab51bd77a458f32d82f9859c55e9689f819d96fe1437a619
|
||||
|
||||
Reference in New Issue
Block a user