This commit is contained in:
Jack L. Frost 2015-06-01 16:15:16 +03:00
commit 8399721913
2 changed files with 25 additions and 0 deletions

18
PKGBUILD Normal file
View File

@ -0,0 +1,18 @@
# Maintainer: Jack L. Frost <fbt@fleshless.org>
pkgname=spark-etc
pkgver=1
pkgrel=1
pkgdesc='etc files for Spark'
url='https://fleshless.org/pages/spark.html'
arch=( 'x86_64' 'i686' )
license=( 'ISC' )
source=( 'os-release' )
sha1sums=('60a4f09b79e24ffba7ad2a681b69aa1d03d521b2')
package() {
install -Dm644 os-release "$pkgdir/etc/os-release"
}
# vim: noet

7
os-release Normal file
View File

@ -0,0 +1,7 @@
NAME=Spark
VERSION="1 (Eternal)"
ID=spark
VERSION_ID=1
PRETTY_NAME="Spark Linux"
HOME_URL="https://fleshless.org/pages/spark.html"
BUG_REPORT_URL="https://fleshless.org/pages/spark.html"