init
This commit is contained in:
commit
8399721913
18
PKGBUILD
Normal file
18
PKGBUILD
Normal 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
7
os-release
Normal 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"
|
Loading…
Reference in New Issue
Block a user