We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 381879f + 1deed88 commit ecceb80Copy full SHA for ecceb80
1 file changed
recipes/mail/mutt.yaml
@@ -0,0 +1,27 @@
1
+inherit: [autotools]
2
+
3
+metaEnvironment:
4
+ PKG_VERSION: "2.2.16"
5
+ PKG_LICENSE: "GPL-2.0-or-later"
6
7
+depends:
8
+ - libs::ncurses-dev
9
+ - libs::openssl-dev
10
11
+ - use: []
12
+ depends:
13
+ - libs::ncurses-tgt
14
+ - libs::openssl-tgt
15
16
+checkoutSCM:
17
+ scm: url
18
+ url: http://ftp.mutt.org/pub/mutt/mutt-${PKG_VERSION}.tar.gz
19
+ digestSHA256: "1d3109a743ad8b25eef97109b2bdb465db7837d0a8d211cd388be1b6faac3f32"
20
+ stripComponents: 1
21
22
+buildTools: [host-toolchain, perl]
23
+buildScript: |
24
+ autotoolsBuild $1 --with-mailpath=/var/mail
25
26
+packageScript: |
27
+ autotoolsPackageTgt
0 commit comments