Dor dicke Gind
2 years ago
commit
9a2df119bd
2 changed files with 36 additions and 0 deletions
@ -0,0 +1,36 @@ |
|||||||
|
# This is an example PKGBUILD file. Use this as a start to creating your own, |
||||||
|
# and remove these comments. For more information, see 'man PKGBUILD'. |
||||||
|
# NOTE: Please fill out the license field for your package! If it is unknown, |
||||||
|
# then please put 'unknown'. |
||||||
|
|
||||||
|
# Maintainer: Dor Gind <gind@gindserver.duckdns.org> |
||||||
|
pkgname=gind-ubo-icons-alpha |
||||||
|
pkgver=0.1 |
||||||
|
pkgrel=1 |
||||||
|
epoch=0 |
||||||
|
pkgdesc="Ubo-icons-0.1alpha with some fixes, additions and froggy tint" |
||||||
|
arch=(any) |
||||||
|
license=('unknown') |
||||||
|
groups=() |
||||||
|
depends=() |
||||||
|
makedepends=() |
||||||
|
checkdepends=() |
||||||
|
optdepends=() |
||||||
|
provides=() |
||||||
|
conflicts=() |
||||||
|
replaces=() |
||||||
|
backup=() |
||||||
|
options=() |
||||||
|
install= |
||||||
|
changelog= |
||||||
|
source=("gind-ubo-icons-alpha.tar.gz") |
||||||
|
noextract=() |
||||||
|
md5sums=('SKIP') |
||||||
|
validpgpkeys=() |
||||||
|
|
||||||
|
package() { |
||||||
|
echo $pkgname |
||||||
|
echo $pkgdir |
||||||
|
mkdir -p "${pkgdir}/usr/share/icons/" |
||||||
|
cp -R "${srcdir}/$pkgname/" "${pkgdir}/usr/share/icons/" |
||||||
|
} |
Binary file not shown.
Loading…
Reference in new issue