Talk:Writing A SlackBuild Script

From SlackWiki
Revision as of 09:22, 18 June 2019 by Captain-sensible (talk | contribs) (using page mainly as appendix to main slackbuild doc)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
in a recent post on linux.org someone asked how to go about writing a slackbuild script. I thought I would follow this documentation & see how things worked out. I successfully wrote slackbuild and got package visible in /var/log/packages as: /var/log/packages/latex2html-2019.2-i486-1_arb

Example GNU general public licence

Slackware build script latex2html converts latex docs to html Copyright (C) 2019 <name> <email> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.

--Captain-sensible (talk) 09:22, 18 June 2019 (UTC)--Captain-sensible (talk) 09:22, 18 June 2019 (UTC)