Compare commits

...

No commits in common. "main" and "plainartwork" have entirely different histories.

3 changed files with 34 additions and 3 deletions

17
.SRCINFO Normal file
View File

@ -0,0 +1,17 @@
pkgbase = plainartwork
pkgdesc = plainDE icons, flags, etc.
pkgver = 0.2.1
pkgrel = 1
url = https://plainde.org
arch = x86_64
arch = i686
arch = arm
arch = armv6h
arch = armv7h
arch = aarch64
license = GPL3
makedepends = git
source = git+https://github.com/plainDE/plainArtwork.git
sha256sums = SKIP
pkgname = plainartwork

17
PKGBUILD Normal file
View File

@ -0,0 +1,17 @@
# Maintainer: Ivan 'ivabus' Bushchik ivabus@ivabus.dev -> https://github.com/ivabus
pkgname=plainartwork
pkgver=0.2.1
pkgrel=1
pkgdesc="plainDE icons, flags, etc."
arch=(x86_64 i686 arm armv6h armv7h aarch64)
url="https://plainde.org"
license=(GPL3)
makedepends=(git)
source=("git+https://github.com/plainDE/plainArtwork.git")
sha256sums=('SKIP')
package() {
mkdir -p $pkgdir/usr/share
cp -r $srcdir/plainArtwork/flags $pkgdir/usr/share/
}

View File

@ -1,3 +0,0 @@
# aur.git
This is a experimental mirror of the aur.git repository backing [the AUR](https://aur.archlinux.org).