aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md10
-rw-r--r--org.gnu.coreutils/README.md4
-rw-r--r--org.gnu.coreutils/org.gnu.coreutils.yml4
3 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index 91cdbb5..f9f7ee9 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-# flatpaks
-random stuff i packaged as flatpak
+# Flatpaks
+Random stuff that I packaged as Flatpaks.
-# Building & installing flatpaks
-just move into the directory of the flatpak you want to install and run `flatpak-builder --user --install --force-clean build-dir <filename>.yml`
+# Building & Installing Flatpaks
+Just move into the directory of the Flatpak you want to install, and run `flatpak-builder --user --install --force-clean build-dir <filename>.yml`
-if an application needs some extra work before being aple to install/build it, it will have a readme in it describing the process in more detail
+If an application needs some extra work before being able to install/build it, it will have a readme in it describing the process in more detail.
diff --git a/org.gnu.coreutils/README.md b/org.gnu.coreutils/README.md
index 93a85a5..71a217f 100644
--- a/org.gnu.coreutils/README.md
+++ b/org.gnu.coreutils/README.md
@@ -1,4 +1,4 @@
# [coreutils](https://www.gnu.org/software/coreutils/)
-works with no issues, but you'll have to use them by running `flatpak run org.gnu.coreutils <the coreutil>`, so for `cat` it'd be `flatapk run org.gnu.coreutils cat`
+Works without issues, but you'll have to use them by running `flatpak run org.gnu.coreutils <the coreutil>`, so for `cat` it'd be `flatapk run org.gnu.coreutils cat`
-if you want to simplify it you can alias them to the proper command.
+If you want to simplify it, you can alias them to the proper command.
diff --git a/org.gnu.coreutils/org.gnu.coreutils.yml b/org.gnu.coreutils/org.gnu.coreutils.yml
index a4bbfeb..891d460 100644
--- a/org.gnu.coreutils/org.gnu.coreutils.yml
+++ b/org.gnu.coreutils/org.gnu.coreutils.yml
@@ -6,13 +6,13 @@ finish-args:
- --filesystem=host
command: coreutil-run
-
modules:
- name: coreutils
buildsystem: simple
sources:
- type: archive
- path: ./coreutils-9.1.tar.xz
+ url: http://ftp.gnu.org/gnu/coreutils/coreutils-9.1.tar.xz
+ sha256: 61a1f410d78ba7e7f37a5a4f50e6d1320aca33375484a3255eddf17a38580423
- type: file
path: ./coreutil-run
build-commands: