add i3 pkg
This commit is contained in:
parent
c04869fd96
commit
3c70663e1f
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
pkgname={pkg_name}
|
pkgname="{pkg_name}"
|
||||||
pkgver={pkg_ver}
|
pkgver="{pkg_ver}"
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc={pkg_desc}
|
pkgdesc="{pkg_desc}"
|
||||||
arch=("any")
|
arch=("any")
|
||||||
url="https://parchlinux.ir/"
|
url="https://parchlinux.ir/"
|
||||||
license=("GPL")
|
license=("GPL")
|
||||||
|
|
Loading…
Add table
Reference in a new issue