1
0
mirror of https://github.com/jordansissel/fpm synced 2025-08-29 04:01:33 +02:00
fpm/templates/solaris.erb
2011-08-07 23:36:53 +00:00

16 lines
520 B
Plaintext

CLASSES=none
BASEDIR=/usr/local
TZ=PST
PATH=/sbin:/usr/sbin:/usr/bin:/usr/sadm/install/bin
PKG=<%= name %>
NAME=<%= name %>
ARCH=<%= architecture %>
VERSION=<%= version %><%= iteration && "-" + iteration.to_s %>
CATEGORY=application
<%# pkginfo(4) says DESC is max 256 characters -%>
DESC=<%= description.split("\n").first[0..255] or "no description given" %>
VENDOR=<%= maintainer %>
<%# Take maintainer of "Foo <bar@baz.com>" and use "bar@baz.com" -%>
EMAIL=<%= (maintainer[/<.+>/] or maintainer).gsub(/[<>]/, "") %>