Maintainer: Keil Miller Jr
How to create and manage an AUR package.
The following link should be read:
Maintainer: Keil Miller Jr
How to create and manage an AUR package.
The following link should be read:
| % Copyright (c) 2010 Michael Ummels <michael@ummels.de> | |
| % | |
| % Permission to use, copy, modify, and/or distribute this software for any | |
| % purpose with or without fee is hereby granted, provided that the above | |
| % copyright notice and this permission notice appear in all copies. | |
| % | |
| % THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | |
| % WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | |
| % MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | |
| % ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| % | |
| % bxhanoi.sty : The "Tower of Hanoi" puzzle shown in graphics | |
| % | |
| %% package declaration | |
| \NeedsTeXFormat{LaTeX2e} | |
| \ProvidesPackage{bxhanoi}[2012/02/01] | |
| %% variables | |
| \newcount\bxhp@step |